preparation for new handling of uploaded files (to simplify testing of new code from 1.5dev)
This commit is contained in:
@@ -907,6 +907,10 @@ function quiz_print_possible_question_image($quizid, $question) {
|
||||
|
||||
global $CFG;
|
||||
|
||||
if ($quizid == '') {
|
||||
$quizid = '0';
|
||||
}
|
||||
|
||||
if ($question->image) {
|
||||
echo '<img border="0" src="';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user