forgot to escape some "

This commit is contained in:
michaelpenne 2005-05-27 22:28:55 +00:00
parent 6c643a1dcc
commit 2a6f9ad5c9

View File

@ -230,7 +230,7 @@ function extract_data($pages, $courseid, $lessonname, $modname) {
}*/
foreach ($imgs[2] as $img) {
copy($path_parts['dirname'].'/'.$img, $imagedir.'/'.$img);
$page->images[] = "<img src=\"$imagelink/$img\" title="$img" />"; // comment out this line if you are using the above foreach loop
$page->images[] = "<img src=\"$imagelink/$img\" title=\"$img\" />"; // comment out this line if you are using the above foreach loop
}
for($i = 0; $i < count($matches[1]); $i++) { // go through all of our div matches