Dump.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 21 Mar 2011 10:10:11 +0000 (18:10 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 21 Mar 2011 10:10:11 +0000 (18:10 +0800)
Dump.php

index 1fdac58..081db00 100644 (file)
--- a/Dump.php
+++ b/Dump.php
@@ -301,11 +301,11 @@ class Pman_Admin_Dump extends Pman {
             // BLANK deletes???
             return;
         }
-         DB_DataObject::debugLevel(1);
         $do->selectAdd();
         $key = $keys[0];
         $do->selectAdd($key);
         $do->find();
+        //DB_DataObject::debugLevel(0);
         while ($do->fetch()) {
             $this->dumps[$table][$do->$key] = 0;
             if (!isset($this->deletes[$table][$do->$key])) {
@@ -321,8 +321,8 @@ class Pman_Admin_Dump extends Pman {
                 }
             }
         }
-        exit;
-        
+         
+         
         // now iterate throught dependants. and scan them.