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

albertel lon-capa-cvs@mail.lon-capa.org
Tue, 31 Oct 2006 15:58:09 -0000


albertel		Tue Oct 31 10:58:09 2006 EDT

  Modified files:              
    /loncom/interface	slotrequest.pm 
  Log:
  - BUG#5066, need to unescape the symb...
  
  
Index: loncom/interface/slotrequest.pm
diff -u loncom/interface/slotrequest.pm:1.70 loncom/interface/slotrequest.pm:1.71
--- loncom/interface/slotrequest.pm:1.70	Sun Oct 29 11:22:13 2006
+++ loncom/interface/slotrequest.pm	Tue Oct 31 10:58:09 2006
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler for requesting to have slots added to a students record
 #
-# $Id: slotrequest.pm,v 1.70 2006/10/29 16:22:13 albertel Exp $
+# $Id: slotrequest.pm,v 1.71 2006/10/31 15:58:09 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -433,7 +433,7 @@
 
     if ($mgr eq 'F' 
 	&& defined($env{'form.symb'})) {
-	$symb = $env{'form.symb'};
+	$symb = &unescape($env{'form.symb'});
     }
 
     my ($result,$msg) =