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

index b5ba108..8983620 100644 (file)
@@ -175,7 +175,7 @@ class Pman_Core_UpdateDatabase extends Pman
         
         $url = parse_url($ff->DB_DataObject['database']);
         
-        $this->{'import' . $url['scheme']}($url);
+        //$this->{'import' . $url['scheme']}($url);
         
         $dbtype = $url['scheme'];
         $dirmethod = 'import' . $url['scheme'] . '.dir';