UpdateDatabase.php
authorAlan Knowles <alan@roojs.com>
Fri, 22 Jun 2018 04:40:15 +0000 (12:40 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 22 Jun 2018 04:40:15 +0000 (12:40 +0800)
UpdateDatabase.php

index 64eeade..e48ef48 100644 (file)
@@ -147,8 +147,7 @@ class Pman_Core_UpdateDatabase extends Pman
     
     function get($args, $opts=array())
     {
-        print_R($opts);exit;
-        
+         
         PEAR::setErrorHandling(PEAR_ERROR_CALLBACK, array($this, 'onPearError'));
    
         $this->checkSystem();
@@ -181,6 +180,7 @@ class Pman_Core_UpdateDatabase extends Pman
         if (!empty($opts['debug'])) {
             echo "Setting debug Level : {$opts['debug']}\n";
             DB_DataObject::DebugLevel($opts['debug']);
+            exit;
         }