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

raeburn raeburn at source.lon-capa.org
Sun Oct 23 16:07:29 EDT 2016


raeburn		Sun Oct 23 20:07:29 2016 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface	lonhtmlcommon.pm 
  Log:
  - For 2.11
    - Backport 1.374
  
  
Index: loncom/interface/lonhtmlcommon.pm
diff -u loncom/interface/lonhtmlcommon.pm:1.358.2.7 loncom/interface/lonhtmlcommon.pm:1.358.2.8
--- loncom/interface/lonhtmlcommon.pm:1.358.2.7	Thu Sep 15 17:31:00 2016
+++ loncom/interface/lonhtmlcommon.pm	Sun Oct 23 20:07:28 2016
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common html routines
 #
-# $Id: lonhtmlcommon.pm,v 1.358.2.7 2016/09/15 17:31:00 raeburn Exp $
+# $Id: lonhtmlcommon.pm,v 1.358.2.8 2016/10/23 20:07:28 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -534,6 +534,8 @@
 
     if (! defined($state) || $state ne 'disabled') {
         $state = '';
+    } else {
+        $state = 'disabled="disabled"';
     }
     if (! defined($no_hh_mm_ss)) {
         $no_hh_mm_ss = 0;




More information about the LON-CAPA-cvs mailing list