UpdateDatabase.php
authorAlan Knowles <alan@roojs.com>
Fri, 15 Nov 2013 06:15:34 +0000 (14:15 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 15 Nov 2013 06:15:34 +0000 (14:15 +0800)
UpdateDatabase.php

index 25540e9..65711ea 100644 (file)
@@ -86,14 +86,7 @@ class Pman_Xtuple_UpdateDatabase extends Pman
             die("--base=XXX  must be set when using --init ");
         }
         
-        foreach($opts as $o=>$v) {
-            if (!preg_match('/^json-/', $o) || empty($v)) {
-                continue;
-            }
-            if (!file_exists($v)) {
-                die("File does not exist : OPTION --{$o} = {$v} \n");
-            }
-        }
+       
         
         
     }