mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merge branch 'MDL-45273' of git://github.com/timhunt/moodle
This commit is contained in:
commit
3409fac5ef
@ -153,7 +153,7 @@ if ($ADMIN->fulltree) {
|
||||
// Show the user's picture.
|
||||
$quizsettings->add(new mod_quiz_admin_setting_user_image('quiz/showuserpicture',
|
||||
get_string('showuserpicture', 'quiz'), get_string('configshowuserpicture', 'quiz'),
|
||||
array('value' => 0, 'adv' => false), $options));
|
||||
array('value' => 0, 'adv' => false), null));
|
||||
|
||||
// Decimal places for overall grades.
|
||||
$options = array();
|
||||
|
Loading…
x
Reference in New Issue
Block a user