fixed Bug #3192 - grades doesn't use 'uncategorised' as a string

This commit is contained in:
michaelpenne 2005-05-10 22:21:19 +00:00
parent 794c9b515b
commit caf0134981

View File

@ -3,7 +3,7 @@
require_once('../config.php');
require_once($CFG->dirroot.'/course/lib.php');
define('UNCATEGORISED', 'uncategorised');
define('UNCATEGORISED', get_string('uncategorised','grades'));
$GRADEPREFS = array('use_advanced', // Only add new preferences to the end of this array!
'use_weighted_for_letter', // as the order counts and will affect backward compatibility