[LON-CAPA-cvs] cvs: loncom /interface lonsearchcat.pm

harris41 lon-capa-cvs@mail.lon-capa.org
Mon, 24 Jun 2002 16:45:22 -0000


harris41		Mon Jun 24 12:45:22 2002 EDT

  Modified files:              
    /loncom/interface	lonsearchcat.pm 
  Log:
  very minor documentation fix
  
  
Index: loncom/interface/lonsearchcat.pm
diff -u loncom/interface/lonsearchcat.pm:1.127 loncom/interface/lonsearchcat.pm:1.128
--- loncom/interface/lonsearchcat.pm:1.127	Mon Jun 24 11:26:28 2002
+++ loncom/interface/lonsearchcat.pm	Mon Jun 24 12:45:22 2002
@@ -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 @@
 ###############################################################################
 ###############################################################################
 
+###############################################################################
 ##                                                                           ##
 ## 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                                                      ##
 ##                                                                           ##
 ###############################################################################