UpdateDatabase.php
authorAlan Knowles <alan@roojs.com>
Tue, 7 Oct 2014 06:21:31 +0000 (14:21 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 7 Oct 2014 06:21:31 +0000 (14:21 +0800)
UpdateDatabase.php

index 2a7b2ee..eac0a2b 100644 (file)
@@ -129,9 +129,10 @@ class Pman_Xtuple_UpdateDatabase extends Pman_Core_UpdateDatabase
             
             // if init has been called
             // look in pgsql.ini -- This creates all the tables....
+            
             if (!empty($this->opts['init'])) {
-                
-                
+                // it should really use xtuple... but it's not very well organized...
+                //$this->{$dirmethod}($dburl, $this->rootDir. "/Pman/$m/{$dbtype}.init");
                 
                 $this->{$dirmethod}($dburl, $this->rootDir. "/Pman/$m/{$dbtype}.init");