UpdateDatabase.php
authoredward <edward@roojs.com>
Tue, 17 May 2016 09:20:32 +0000 (17:20 +0800)
committeredward <edward@roojs.com>
Tue, 17 May 2016 09:20:32 +0000 (17:20 +0800)
UpdateDatabase.php

index e560d5c..c48568c 100644 (file)
@@ -236,9 +236,9 @@ class Pman_Core_UpdateDatabase extends Pman
             
             
             $fd = $this->rootDir. "/Pman/$m/DataObjects";
-            
-            $this->{$dirmethod}($dburl, $fd);
             print_R($dirmethod);exit;
+            $this->{$dirmethod}($dburl, $fd);
+            
             
             // new -- sql directory..
             // new style will not support migrate ... they have to go into mysql-migrate.... directories..