[LON-CAPA-cvs] cvs: loncom / Lond.pm

raeburn raeburn at source.lon-capa.org
Fri May 22 17:14:59 EDT 2015


raeburn		Fri May 22 21:14:59 2015 EDT

  Modified files:              
    /loncom	Lond.pm 
  Log:
  - Need to unescape things that were escaped.
  
  
Index: loncom/Lond.pm
diff -u loncom/Lond.pm:1.7 loncom/Lond.pm:1.8
--- loncom/Lond.pm:1.7	Thu May 21 23:40:17 2015
+++ loncom/Lond.pm	Fri May 22 21:14:59 2015
@@ -1,6 +1,6 @@
 # The LearningOnline Network
 #
-# $Id: Lond.pm,v 1.7 2015/05/21 23:40:17 raeburn Exp $
+# $Id: Lond.pm,v 1.8 2015/05/22 21:14:59 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -409,6 +409,9 @@
     unless ($hasuniquecode) {
         $hasuniquecode = '.';
     }
+    if ($reqinstcode ne '') {
+        $reqinstcode = &unescape($reqinstcode);
+    }
     my $unpack = 1;
     if ($description eq '.' && $instcodefilter eq '.' && $ownerfilter eq '.' && 
         $typefilter eq '.') {




More information about the LON-CAPA-cvs mailing list