mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Merge branch 'MDL-29570' of git://github.com/timhunt/moodle
This commit is contained in:
commit
eefebc2edb
@ -1272,7 +1272,7 @@ function quiz_print_status_bar($quiz) {
|
||||
// Brief summary on the page.
|
||||
if ($timenow < $quiz->timeopen) {
|
||||
$currentstatus = get_string('quizisclosedwillopen', 'quiz',
|
||||
userdate($quiz->timeclose, get_string('strftimedatetimeshort', 'langconfig')));
|
||||
userdate($quiz->timeopen, get_string('strftimedatetimeshort', 'langconfig')));
|
||||
} else if ($quiz->timeclose && $timenow <= $quiz->timeclose) {
|
||||
$currentstatus = get_string('quizisopenwillclose', 'quiz',
|
||||
userdate($quiz->timeclose, get_string('strftimedatetimeshort', 'langconfig')));
|
||||
|
Loading…
x
Reference in New Issue
Block a user