DataObjects/Core_watch.php
[Pman.Core] / NotifySend.php
index 3a4dc0f..300cc5d 100644 (file)
@@ -83,7 +83,7 @@ class Pman_Core_NotifySend extends Pman
         //date_default_timezone_set('UTC');
         // phpinfo();exit;
         $force = empty($opts['force']) ? 0 : 1;
-        print_r($this->table);exit;
+        
         $w = DB_DataObject::factory($this->table);
         
         if (!$w->get($id)) {
@@ -372,7 +372,6 @@ class Pman_Core_NotifySend extends Pman
                     
                 }
                 
-                $p->deliveredLog($email);
                 
                 die(date('Y-m-d h:i:s') . " - SENT\n");
             }