mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
fixed Bug #3192 - grades doesn't use 'uncategorised' as a string
This commit is contained in:
parent
794c9b515b
commit
caf0134981
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user