[LON-CAPA-cvs] cvs: loncom /publisher lonconstruct.pm

raeburn lon-capa-cvs-allow@mail.lon-capa.org
Sun, 03 Feb 2008 01:11:01 -0000


raeburn		Sat Feb  2 20:11:01 2008 EDT

  Modified files:              
    /loncom/publisher	lonconstruct.pm 
  Log:
  Bug 5607
  
  
Index: loncom/publisher/lonconstruct.pm
diff -u loncom/publisher/lonconstruct.pm:1.33 loncom/publisher/lonconstruct.pm:1.34
--- loncom/publisher/lonconstruct.pm:1.33	Tue Apr 11 14:58:22 2006
+++ loncom/publisher/lonconstruct.pm	Sat Feb  2 20:11:01 2008
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Construction Space Page Wrapper for Construction
 #
-# $Id: lonconstruct.pm,v 1.33 2006/04/11 18:58:22 albertel Exp $
+# $Id: lonconstruct.pm,v 1.34 2008/02/03 01:11:01 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -92,12 +92,12 @@
    &Apache::loncommon::get_unprocessed_cgi
         ($ENV{'QUERY_STRING'},['forceedit']);
    if ($env{'form.forceedit'}) {
-       $lowerframe.='?editmode=Edit&problemmode=EditXML';
+       $lowerframe.='?editmode=Edit&problemmode=editxml';
    }	
    &Apache::loncommon::get_unprocessed_cgi
         ($ENV{'QUERY_STRING'},['forceColoredit']);
    if ($env{'form.forceColoredit'}) {
-       $lowerframe.='?editmode=Edit&problemmode=Edit';
+       $lowerframe.='?editmode=Edit&problemmode=edit';
    }
 
 #