Import/Core_notify.php
authorEdward <edward@roojs.com>
Wed, 11 Feb 2015 07:42:28 +0000 (15:42 +0800)
committerEdward <edward@roojs.com>
Wed, 11 Feb 2015 07:42:28 +0000 (15:42 +0800)
Import/Core_notify.php

index cf02810..3f98d77 100644 (file)
@@ -22,7 +22,7 @@ class Pman_Core_Import_Core_notify extends Pman_Roo
 
     function get()
     {   
-        
+        print_R($this->modulesList());exit;
         $this->transObj = DB_DataObject::Factory('core_enum');
         
         $this->transObj->query('BEGIN');