Dump.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 21 Mar 2011 08:59:53 +0000 (16:59 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 21 Mar 2011 08:59:53 +0000 (16:59 +0800)
Dump.php

index 9404494..ae33c26 100644 (file)
--- a/Dump.php
+++ b/Dump.php
@@ -91,7 +91,9 @@ class Pman_Admin_Dump extends Pman {
         $this->args = $args;
         $this->out = array();
         $this->discoverChildren($this->args['table'], $this->args['where'], true);
-        print_R($this->deletes);exit;
+        print_R($this->deletes);
+        print_r($this->dumps);
+        exit;
         
         $this->discover($this->args['table'], $this->args['where'], true);
         print_r($this->dumps);