From: Alan Knowles Date: Mon, 21 Mar 2011 09:04:56 +0000 (+0800) Subject: Dump.php X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=aeb8e0b15502a20a46078e053b877bd9863f9616 Dump.php --- diff --git a/Dump.php b/Dump.php index 386299c..1d536b8 100644 --- a/Dump.php +++ b/Dump.php @@ -417,14 +417,10 @@ class Pman_Admin_Dump extends Pman { function generateInsert() { $target = $this->args['dump-dir'] .'/'. date('Y-m-d').'.sql'; - $out[] = $target; + $this->out[] = $target; $fh = fopen($target,'w'); - - fwrite($this->fh, $this->toInsert($x)); - $this->dumpChildren($x); - - } + foreach($this->dumps as $tbl => $ar) {