[LON-CAPA-cvs] cvs: rat(version_2_5_X) / lonpage.pm

albertel lon-capa-cvs-allow@mail.lon-capa.org
Wed, 26 Sep 2007 00:34:31 -0000


albertel		Tue Sep 25 20:34:31 2007 EDT

  Modified files:              (Branch: version_2_5_X)
    /rat	lonpage.pm 
  Log:
  - backport 1.86
  
  
Index: rat/lonpage.pm
diff -u rat/lonpage.pm:1.84 rat/lonpage.pm:1.84.2.1
--- rat/lonpage.pm:1.84	Tue Jul 10 16:51:41 2007
+++ rat/lonpage.pm	Tue Sep 25 20:34:31 2007
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Page Handler
 #
-# $Id: lonpage.pm,v 1.84 2007/07/10 20:51:41 albertel Exp $
+# $Id: lonpage.pm,v 1.84.2.1 2007/09/26 00:34:31 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -388,7 +388,7 @@
 								    'bgcolor'        => '#ffffff',}));
 # ------------------------------------------------------------------ Start form
 			  if ($nforms) {
-			      $r->print('<form name="lonhomework" method="post" action="'.
+			      $r->print('<form name="lonhomework" method="post"  enctype="multipart/form-data" action="'.
 					&Apache::lonenc::check_encrypt($requrl)
 					.'">');
 			  }