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

matthew lon-capa-cvs@mail.lon-capa.org
Tue, 30 Jul 2002 20:26:05 -0000


matthew		Tue Jul 30 16:26:05 2002 EDT

  Modified files:              
    /loncom/interface	lonsearchcat.pm 
  Log:
  Corrected attempt to default to basic search.
  
  
Index: loncom/interface/lonsearchcat.pm
diff -u loncom/interface/lonsearchcat.pm:1.148 loncom/interface/lonsearchcat.pm:1.149
--- loncom/interface/lonsearchcat.pm:1.148	Tue Jul 30 16:08:04 2002
+++ loncom/interface/lonsearchcat.pm	Tue Jul 30 16:26:05 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Search Catalog
 #
-# $Id: lonsearchcat.pm,v 1.148 2002/07/30 20:08:04 matthew Exp $
+# $Id: lonsearchcat.pm,v 1.149 2002/07/30 20:26:05 matthew Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -257,7 +257,7 @@
     if (!defined($ENV{'form.viewselect'})) {
         $ENV{'form.viewselect'} ="Detailed Citation View";
     }
-    $ENV{'form.phase'} = 'displaybasic' if (! exists($ENV{'form.phase'}));
+    $ENV{'form.phase'} = 'disp_basic' if (! exists($ENV{'form.phase'}));
     ##
     ## Switch on the phase
     ##