From 1e167762b9fbb86730d4265b0f7cd8fc3af01fab Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 3 Jun 2014 14:02:38 +0800 Subject: [PATCH] Notify.php --- Notify.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Notify.php b/Notify.php index f4e9551e..47a5f931 100644 --- a/Notify.php +++ b/Notify.php @@ -196,6 +196,8 @@ 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