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

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