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

raeburn lon-capa-cvs-allow@mail.lon-capa.org
Mon, 14 Jul 2008 10:16:15 -0000


raeburn		Mon Jul 14 06:16:15 2008 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
  Log:
  - remove duplicated line. 
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.670 loncom/interface/loncommon.pm:1.671
--- loncom/interface/loncommon.pm:1.670	Sun Jul 13 15:36:50 2008
+++ loncom/interface/loncommon.pm	Mon Jul 14 06:16:11 2008
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.670 2008/07/13 19:36:50 raeburn Exp $
+# $Id: loncommon.pm,v 1.671 2008/07/14 10:16:11 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -7243,7 +7243,6 @@
             }
         }
     }
-    my $getpropath = 1;
     if (($current_disk_usage + $filesize) > $disk_quota){
         my $msg = '<span class="LC_error">'.
                 &mt('Unable to upload [_1]. (size = [_2] kilobytes). Disk quota will be exceeded.','<span class="LC_filename">'.$fname.'</span>',$filesize).'</span>'.