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

index 85a8a86..ccc5285 100644 (file)
--- a/Dump.php
+++ b/Dump.php
@@ -96,9 +96,7 @@ class Pman_Admin_Dump extends Pman {
         //exit;
         
         $this->discover($this->args['table'], $this->args['where'], true);
-        print_r($this->dumps);
-        exit;
-        
+         
         
         if (!file_exists($args['dump-dir'])) {
             mkdir($args['dump-dir'], 0777, true);