From 2a6f9ad5c9fd6e59cdc1080331c283da83bb5c7e Mon Sep 17 00:00:00 2001 From: michaelpenne Date: Fri, 27 May 2005 22:28:55 +0000 Subject: [PATCH] forgot to escape some " --- mod/lesson/importppt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/lesson/importppt.php b/mod/lesson/importppt.php index c5130737871..128000606ee 100644 --- a/mod/lesson/importppt.php +++ b/mod/lesson/importppt.php @@ -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[] = ""; // comment out this line if you are using the above foreach loop + $page->images[] = ""; // 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