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

raeburn raeburn at source.lon-capa.org
Fri May 10 12:09:59 EDT 2013


raeburn		Fri May 10 16:09:59 2013 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
  Log:
  -o Provide submit button in "Manage Dependencies" where only changes possible
    are to delete files which are no longer in use.
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1126 loncom/interface/loncommon.pm:1.1127
--- loncom/interface/loncommon.pm:1.1126	Fri May  3 21:57:13 2013
+++ loncom/interface/loncommon.pm	Fri May 10 16:09:58 2013
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.1126 2013/05/03 21:57:13 raeburn Exp $
+# $Id: loncommon.pm,v 1.1127 2013/05/10 16:09:58 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -10028,7 +10028,7 @@
             $chgcount ++;
         }
     }
-    if ($counter) {
+    if (($counter) || ($numunused)) {
         if ($numpathchg) {
             $output .= '<input type ="hidden" name="number_pathchange_items" value="'.
                        $numpathchg.'" />'."\n";




More information about the LON-CAPA-cvs mailing list