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

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