Notify.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 25 May 2012 10:26:00 +0000 (18:26 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 25 May 2012 10:26:00 +0000 (18:26 +0800)
Notify.php

index 6d99ac5..b42824c 100644 (file)
@@ -43,7 +43,7 @@ class Pman_Core_Notify extends Pman
             'max' => 0,
             
         ),
-         'force' => array(
+        'force' => array(
             'desc' => 'Force redelivery, even if it has been sent before or not queued...',
             'default' => 0,
             'short' => 'f',
@@ -90,10 +90,7 @@ class Pman_Core_Notify extends Pman
         if (!empty($opts['send-to'])) {
             $this->send_to = $opts['send-to'];
         }
-        
-        $w = DB_DataObject::factory('core_notify_recur');
-        $w->generateNotifications();
-        
+     
         //DB_DataObject::debugLevel(1);
         $w = DB_DataObject::factory($this->table);