--- loncom/interface/loncommon.pm 2008/07/13 19:36:50 1.670 +++ loncom/interface/loncommon.pm 2008/07/14 10:16:11 1.671 @@ -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 @@ sub check_for_upload { } } } - my $getpropath = 1; if (($current_disk_usage + $filesize) > $disk_quota){ my $msg = ''. &mt('Unable to upload [_1]. (size = [_2] kilobytes). Disk quota will be exceeded.',''.$fname.'',$filesize).''.