]> git.mjollnir.org Git - moodle.git/commitdiff
Included and commented one new debug
authorstronk7 <stronk7>
Fri, 15 Aug 2003 11:03:07 +0000 (11:03 +0000)
committerstronk7 <stronk7>
Fri, 15 Aug 2003 11:03:07 +0000 (11:03 +0000)
backup/backuplib.php

index 22e7256d70a4d037080ea8b51131ec27743a4d07..2204f887d5049418586de88fd4dbf862e291ea19 100644 (file)
                     $file = $file."/";
                 }
                 //Include into array
+                //echo "<br>Adding file/dir ".$file;                       //Debug
                 $files[] = $basedir."/".$file;
             }
             include_once("$CFG->dirroot/lib/pclzip/pclzip.lib.php");