Notify.php
authorEdward <edward@roojs.com>
Wed, 9 Jul 2014 11:44:55 +0000 (19:44 +0800)
committerEdward <edward@roojs.com>
Wed, 9 Jul 2014 11:44:55 +0000 (19:44 +0800)
Notify.php

index b240981..9eb892a 100644 (file)
@@ -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");