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

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