Import/Core_notify.php
[Pman.Core] / Import / Core_notify.php
index a7a2472..7dd25a3 100644 (file)
@@ -30,7 +30,9 @@ class Pman_Core_Import_Core_notify extends Pman_Roo
         PEAR::setErrorHandling(PEAR_ERROR_CALLBACK, array($this, 'onPearError'));
         
         $this->modules = $this->modulesList();
-        print_R($this->modules);exit;
+        
+        $this->config();
+        
         $this->etype();
         
         
@@ -53,4 +55,9 @@ class Pman_Core_Import_Core_notify extends Pman_Roo
         
         $this->etype->insert();
     }
+    
+    function config()
+    {
+        
+    }
 }
\ No newline at end of file