[LON-CAPA-cvs] cvs: loncom(version_2_10_X) /interface domainprefs.pm

raeburn raeburn at source.lon-capa.org
Mon Oct 10 13:57:33 EDT 2011


raeburn		Mon Oct 10 17:57:33 2011 EDT

  Modified files:              (Branch: version_2_10_X)
    /loncom/interface	domainprefs.pm 
  Log:
  - Remove extra brace in backport of 1.155 (1.138.2.10).
  
  
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.138.2.10 loncom/interface/domainprefs.pm:1.138.2.11
--- loncom/interface/domainprefs.pm:1.138.2.10	Mon Oct  3 02:26:22 2011
+++ loncom/interface/domainprefs.pm	Mon Oct 10 17:57:33 2011
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set domain-wide configuration settings
 #
-# $Id: domainprefs.pm,v 1.138.2.10 2011/10/03 02:26:22 raeburn Exp $
+# $Id: domainprefs.pm,v 1.138.2.11 2011/10/10 17:57:33 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -4602,7 +4602,6 @@
             $output = 'ok';
             print $logfile "\nWrote metadata";
             close($mfh);
-            }
         } else {
             print $logfile "\nFailed to open metadata file";
             $output = &mt('Could not write metadata');




More information about the LON-CAPA-cvs mailing list