From 6274570e777626ac3374298f1fffc8be3de4a2b5 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 9 Jul 2014 19:44:55 +0800 Subject: [PATCH] Notify.php --- Notify.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notify.php b/Notify.php index b2409811..9eb892a5 100644 --- a/Notify.php +++ b/Notify.php @@ -170,7 +170,7 @@ class Pman_Core_Notify extends Pman } - //DB_DataObject::debugLevel(1); + DB_DataObject::debugLevel(1); $w = DB_DataObject::factory($this->table); if (!empty($opts['old'])) { @@ -205,7 +205,7 @@ class Pman_Core_Notify extends Pman $ar = $w->fetchAll(); - + print_r($ar);exit; if (!empty($opts['list'])) { if (empty($ar)) { die("Nothing in Queue\n"); -- 2.39.2