Notify.php
authorEdward <edward@roojs.com>
Tue, 3 Jun 2014 06:02:38 +0000 (14:02 +0800)
committerEdward <edward@roojs.com>
Tue, 3 Jun 2014 06:02:38 +0000 (14:02 +0800)
Notify.php

index f4e9551..47a5f93 100644 (file)
@@ -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");