From e2fe488597a8b26e1500adb7c9880c818f637359 Mon Sep 17 00:00:00 2001 From: Edward Date: Fri, 3 Jan 2014 11:49:44 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySend.php b/NotifySend.php index 3a4dc0f5..92a6ded6 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -83,7 +83,7 @@ class Pman_Core_NotifySend extends Pman //date_default_timezone_set('UTC'); // phpinfo();exit; $force = empty($opts['force']) ? 0 : 1; - print_r($this->table);exit; + $w = DB_DataObject::factory($this->table); if (!$w->get($id)) { -- 2.39.2