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

index 603069f..34fc09e 100644 (file)
--- a/Dump.php
+++ b/Dump.php
@@ -388,8 +388,7 @@ class Pman_Admin_Dump extends Pman {
         $this->out[] = $target;
         $fh = fopen($target,'w');
          
-        print_r($this->dumps);exit;  
-        
+         
         
         foreach($this->dumps as $tbl => $ar) {
             if (empty($ar)) {