[LON-CAPA-cvs] cvs: loncom /publisher loncfile.pm
bisitz
bisitz at source.lon-capa.org
Tue Jul 23 09:40:20 EDT 2013
bisitz Tue Jul 23 13:40:20 2013 EDT
Modified files:
/loncom/publisher loncfile.pm
Log:
Corrected typo in loncfile.pm 1.120 - wrong sub routine name (bug #6168)
Index: loncom/publisher/loncfile.pm
diff -u loncom/publisher/loncfile.pm:1.120 loncom/publisher/loncfile.pm:1.121
--- loncom/publisher/loncfile.pm:1.120 Wed Jul 3 05:03:19 2013
+++ loncom/publisher/loncfile.pm Tue Jul 23 13:40:20 2013
@@ -9,7 +9,7 @@
# and displays a page showing the results of the action.
#
#
-# $Id: loncfile.pm,v 1.120 2013/07/03 05:03:19 raeburn Exp $
+# $Id: loncfile.pm,v 1.121 2013/07/23 13:40:20 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -709,8 +709,8 @@
my $filesize = $fileinfo[7];
$filesize = int($filesize/1000); #expressed in kb
my $authorspace = $Apache::lonnet::perlvar{'lonDocRoot'}."/priv/$domain/$user";
- my $output = &Apache::loncommon::excess_filesize_authorspace($user,$domain,$authorspace,
- $fname,$filesize,'copy');
+ my $output = &Apache::loncommon::excess_filesize_warning($user,$domain,$authorspace,
+ $fname,$filesize,'copy');
if ($output) {
$request->print($output.'<br /><a href="'.&url($dir).'">'.&mt('Cancel').'</a></form>');
return;
More information about the LON-CAPA-cvs
mailing list