From b4ac9780fe0ac6438a8c161ffc267825c2a8fdd9 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 25 Mar 2004 13:53:30 +0000 Subject: [PATCH] Don't create a warning for missing images. See Bug 1181 --- mod/quiz/format/webct/format.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/mod/quiz/format/webct/format.php b/mod/quiz/format/webct/format.php index 96855598b5..bf4d503790 100644 --- a/mod/quiz/format/webct/format.php +++ b/mod/quiz/format/webct/format.php @@ -296,9 +296,6 @@ class quiz_file_format extends quiz_default_format { if (eregi("^http://",$filename)) { $question->image = $filename; } - else { - $warnings[] = get_string("imagemissing", "quiz", $nLineCounter." ($filename)"); - } continue; } -- 2.39.5