UpdateDatabase.php
authorEdward <edward@roojs.com>
Wed, 22 May 2013 07:04:48 +0000 (15:04 +0800)
committerEdward <edward@roojs.com>
Wed, 22 May 2013 07:04:48 +0000 (15:04 +0800)
UpdateDatabase.php

index 53d2148..fd9b9a6 100644 (file)
@@ -47,12 +47,8 @@ class Pman_Core_UpdateDatabase extends Pman
         return true;
     }
      
-    function get($args, $opt)
+    function get()
     {
-        print_r('$args : ');
-        print_r($args);
-        print_r('$opt :');
-        print_r($opt);exit;
         $this->importSQL();
         $this->runUpdateModulesData();