From 96bd75664ba6ef9acd51dad03ff58dbf14bba8f7 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 9 Jul 2014 19:48:31 +0800 Subject: [PATCH] Notify.php --- Notify.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notify.php b/Notify.php index 9eb892a5..b2409811 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