preparation for new handling of uploaded files (to simplify testing of new code from 1.5dev)

This commit is contained in:
skodak
2004-12-14 19:07:16 +00:00
parent fff09b40c9
commit 4a01c21c53
+4
View File
@@ -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="';