Skip to content

Commit

Permalink
Don't create a warning for missing images. See Bug 1181
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Mar 25, 2004
1 parent 18e3b74 commit b4ac978
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mod/quiz/format/webct/format.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,6 @@ function readquestions ($lines) {
if (eregi("^http://",$filename)) {
$question->image = $filename;
}
else {
$warnings[] = get_string("imagemissing", "quiz", $nLineCounter." ($filename)");
}
continue;
}

Expand Down

0 comments on commit b4ac978

Please sign in to comment.