UpdateDatabase.php
authorEdward <edward@roojs.com>
Tue, 21 May 2013 12:29:22 +0000 (20:29 +0800)
committerEdward <edward@roojs.com>
Tue, 21 May 2013 12:29:22 +0000 (20:29 +0800)
UpdateDatabase.php

index f1a65be..d257bea 100644 (file)
@@ -193,7 +193,7 @@ class Pman_Core_UpdateDatabase extends Pman
                 $cmd = "$psql_cmd  < " . escapeshellarg($fn ? $fn : $bfn) . ' 2>&1' ;
                 
                 echo "$bfn:   $cmd ". ($this->cli ? "\n" : "<BR>\n");
-                exit;
+                
                 
                 passthru($cmd);