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

index ae33c26..85a8a86 100644 (file)
--- a/Dump.php
+++ b/Dump.php
@@ -91,9 +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);
-        print_r($this->dumps);
-        exit;
+        //print_R($this->deletes);
+        //print_r($this->dumps);
+        //exit;
         
         $this->discover($this->args['table'], $this->args['where'], true);
         print_r($this->dumps);