From 5dff88103d0e2a19a3c9149e2de680dfc5fdb1f3 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 11 Feb 2015 15:43:35 +0800 Subject: [PATCH] Import/Core_notify.php --- Import/Core_notify.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Import/Core_notify.php b/Import/Core_notify.php index 3f98d771..a7a2472c 100644 --- a/Import/Core_notify.php +++ b/Import/Core_notify.php @@ -22,13 +22,15 @@ 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'); PEAR::setErrorHandling(PEAR_ERROR_CALLBACK, array($this, 'onPearError')); + $this->modules = $this->modulesList(); + print_R($this->modules);exit; $this->etype(); @@ -51,9 +53,4 @@ class Pman_Core_Import_Core_notify extends Pman_Roo $this->etype->insert(); } - - function modules() - { - - } } \ No newline at end of file -- 2.39.2