From: stronk7 Date: Fri, 15 Aug 2003 11:03:07 +0000 (+0000) Subject: Included and commented one new debug X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d968b8e61a2c56a1415aed50103d68e46edc728f;p=moodle.git Included and commented one new debug --- diff --git a/backup/backuplib.php b/backup/backuplib.php index 22e7256d70..2204f887d5 100644 --- a/backup/backuplib.php +++ b/backup/backuplib.php @@ -888,6 +888,7 @@ $file = $file."/"; } //Include into array + //echo "
Adding file/dir ".$file; //Debug $files[] = $basedir."/".$file; } include_once("$CFG->dirroot/lib/pclzip/pclzip.lib.php");