Merged notice fix from stable

This commit is contained in:
moodler 2007-03-05 05:58:28 +00:00
parent c8135a3509
commit d293521a90

View file

@ -144,7 +144,7 @@
} }
notice_yesno('<p>' . get_string('guestsno', 'quiz') . "</p>\n\n</p>" . notice_yesno('<p>' . get_string('guestsno', 'quiz') . "</p>\n\n</p>" .
get_string('liketologin') . '</p>', $loginurl, $_SERVER['HTTP_REFERER']); get_string('liketologin') . '</p>', $loginurl, get_referer(false));
} }
if (has_capability('mod/quiz:attempt', $context)) { if (has_capability('mod/quiz:attempt', $context)) {