From 8e28e8aa790ad7961e017ebe08988f7a85306d5f Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 3 Jun 2014 17:29:21 +0800 Subject: [PATCH] Notify.php --- Notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify.php b/Notify.php index b45f862a..f4e9551e 100644 --- a/Notify.php +++ b/Notify.php @@ -195,7 +195,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