From: Edward Date: Fri, 3 Jan 2014 03:49:44 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=e2fe488597a8b26e1500adb7c9880c818f637359;p=Pman.Core NotifySend.php --- 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)) {