"MDL-20824, use php exception to processs the file which excess the maximum file size"

This commit is contained in:
Dongsheng Cai 2009-11-13 05:31:02 +00:00
parent 66ec8e8b44
commit 7d9cb3b51a
5 changed files with 100 additions and 97 deletions

View file

@ -304,6 +304,7 @@ $string['listcantmoveright'] = 'Failed to move item right, as there is no peer t
$string['loginasonecourse'] = 'You cannot enter this course.<br /> You have to terminate the \"Login as\" session before entering any other course.';
$string['loginasnoenrol'] = 'You cannot use enrol or unenrol when in course \"Login as\" session';
$string['logfilenotavailable'] = 'Logs not available';
$string['maxbytes'] = 'This file is bigger than the maximum size';
$string['messagingdisable'] = 'Messaging is disabled on this site';
$string['missingfield'] = 'Field \"$a\" is missing';
$string['missingkeyinsql'] = 'ERROR: missing param \"$a\" in query';