DataObjects/Builder_tables.php
authorEdward <edward@roojs.com>
Mon, 30 Jun 2014 08:56:40 +0000 (16:56 +0800)
committerEdward <edward@roojs.com>
Mon, 30 Jun 2014 08:56:40 +0000 (16:56 +0800)
DataObjects/Builder_tables.php

index c61d58f..2217518 100644 (file)
@@ -274,12 +274,6 @@ class Pman_Builder_DataObjects_Builder_tables extends DB_DataObject
             $cmd .= "-p{$pw} ";
         }
         
-        if(!empty($ff->Pman_Ignore_Table)){
-            foreach ($ff->Pman_Ignore_Table as $tn){
-                $cmd .= "--ignore-table={$dn}.{$tn} ";
-            }
-        }
-        
         $cmd .= "--extended-insert=FALSE --no-create-info {$dn}";
         
         require_once 'System.php';