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

raeburn raeburn at source.lon-capa.org
Sun May 12 07:25:48 EDT 2013


raeburn		Sun May 12 11:25:48 2013 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface	loncommon.pm 
  Log:
  - For 2.11
    - Fix typo introduced in backports in 1.1075.2.35.
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1075.2.36 loncom/interface/loncommon.pm:1.1075.2.37
--- loncom/interface/loncommon.pm:1.1075.2.36	Sun May 12 03:36:46 2013
+++ loncom/interface/loncommon.pm	Sun May 12 11:25:47 2013
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.1075.2.36 2013/05/12 03:36:46 raeburn Exp $
+# $Id: loncommon.pm,v 1.1075.2.37 2013/05/12 11:25:47 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -9619,7 +9619,6 @@
         $fileloc = &Apache::lonnet::filelocation('',$toplevel).'/';
         $fileloc =~ s{^/}{};
     }
-    }
     foreach my $file (keys(%{$allfiles})) {
         my $embed_file;
         if (($path eq "/uploaded/$cdom/$cnum/portfolio/syllabus") && ($file =~ m{^\Q$path/\E(.+)$})) {




More information about the LON-CAPA-cvs mailing list