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

matthew lon-capa-cvs@mail.lon-capa.org
Thu, 08 Aug 2002 13:06:23 -0000


matthew		Thu Aug  8 09:06:23 2002 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
  Log:
  Attempt to prevent the lousyness with lonindexer remembering incorrectly
  to only show sequences.  I have not been able to reproduce the error...
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.49 loncom/interface/loncommon.pm:1.50
--- loncom/interface/loncommon.pm:1.49	Wed Aug  7 11:39:58 2002
+++ loncom/interface/loncommon.pm	Thu Aug  8 09:06:22 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.49 2002/08/07 15:39:58 ng Exp $
+# $Id: loncommon.pm,v 1.50 2002/08/08 13:06:22 matthew Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -242,7 +242,7 @@
 ###############################################################
 sub browser_and_searcher_javascript {
     return <<END;
-    var editbrowser;
+    var editbrowser = null;
     function openbrowser(formname,elementname,only,omit) {
         var url = '/res/?';
         if (editbrowser == null) {