From: stronk7 Date: Thu, 3 Jul 2003 23:17:07 +0000 (+0000) Subject: Remove thanks to Daniel in progress :-) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=87cdd48c5a9def06e245e952823d3112465cd862;p=moodle.git Remove thanks to Daniel in progress :-) --- diff --git a/backup/mod/assignment/backuplib.php b/backup/mod/assignment/backuplib.php index 355d495c4c..eced064756 100644 --- a/backup/mod/assignment/backuplib.php +++ b/backup/mod/assignment/backuplib.php @@ -113,7 +113,6 @@ //Now copy the assignment dir if ($status) { //Only if it exists !! Thanks to Daniel Miksik. - echo "(Thanks, Daniel !!)"; if (is_dir($CFG->dataroot."/".$preferences->backup_course."/".$CFG->moddata."/assignment")) { $status = backup_copy_file($CFG->dataroot."/".$preferences->backup_course."/".$CFG->moddata."/assignment", $CFG->dataroot."/temp/backup/".$preferences->backup_unique_code."/moddata/assignment"); diff --git a/backup/mod/forum/backuplib.php b/backup/mod/forum/backuplib.php index db9f7c81fc..f41a981624 100644 --- a/backup/mod/forum/backuplib.php +++ b/backup/mod/forum/backuplib.php @@ -221,7 +221,6 @@ //Now copy the forum dir if ($status) { //Only if it exists !! Thanks to Daniel Miksik. - echo "(Thanks, Daniel !!)"; if (is_dir($CFG->dataroot."/".$preferences->backup_course."/".$CFG->moddata."/forum")) { $status = backup_copy_file($CFG->dataroot."/".$preferences->backup_course."/".$CFG->moddata."/forum", $CFG->dataroot."/temp/backup/".$preferences->backup_unique_code."/moddata/forum");