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

index ceb60b4..3e8ad19 100644 (file)
@@ -54,8 +54,11 @@ class Pman_Core_UpdateDatabase extends Pman
         return true;
     }
      
-    function get()
+    function get($args, $opt)
     {
+        if($args == 'Person'){
+            print_r($opt);exit;
+        }
         $this->importSQL();
         $this->runUpdateModulesData();