merged from stable

This commit is contained in:
gustav_delius 2005-06-21 06:57:30 +00:00
parent 36f0d1acbb
commit 8c95e97fec
3 changed files with 24 additions and 18 deletions

View file

@ -281,7 +281,7 @@
<?php if (!$CFG->quiz_fix_review) {
echo '<tr valign="top">';
include('reviewoptions.html');
include($CFG->dirroot . '/mod/quiz/reviewoptions.html');
echo '</tr>';
} else $fix=1 ?>
@ -506,7 +506,7 @@
<?php if ($CFG->quiz_fix_review) {
echo '<tr valign="top">';
include('reviewoptions.html');
include($CFG->dirroot . '/mod/quiz/reviewoptions.html');
echo '</tr>';
} ?>