--- loncom/interface/lonsearchcat.pm 2002/06/24 15:26:28 1.127 +++ loncom/interface/lonsearchcat.pm 2002/06/24 16:45:22 1.128 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Search Catalog # -# $Id: lonsearchcat.pm,v 1.127 2002/06/24 15:26:28 matthew Exp $ +# $Id: lonsearchcat.pm,v 1.128 2002/06/24 16:45:22 harris41 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -67,14 +67,14 @@ search (on a server basis) is displayed ############################################################################### ############################################################################### +############################################################################### ## ## ## ORGANIZATION OF THIS PERL MODULE ## ## ## ## 1. Modules used by this module ## -## 2. Choices for different output views (detailed, summary, xml, etc) ## -## 3. BEGIN block (to be run once after compilation) ## -## 4. Handling routine called via Apache and mod_perl ## -## 5. Other subroutines ## +## 2. Variables used throughout the module ## +## 3. handler subroutine called via Apache and mod_perl ## +## 4. Other subroutines ## ## ## ###############################################################################