NotifySend.php wip_alan_T7863_queueing_of_mailing_list
authorAlan <alan@roojs.com>
Thu, 12 Oct 2023 04:35:05 +0000 (12:35 +0800)
committerAlan <alan@roojs.com>
Thu, 12 Oct 2023 04:35:05 +0000 (12:35 +0800)
NotifySend.php

index 7dbd33b..0eef1c7 100644 (file)
@@ -528,14 +528,10 @@ class Pman_Core_NotifySend extends Pman
                     $this->errorHandler( $ev->remarks);
                 }
             }
-            
-            
+             
             $ev = $this->addEvent('NOTIFYFAIL', $w, ($fail ? "FAILED - " : "RETRY TIME EXCEEDED - ") .  $errmsg);
             $w->flagDone($ev, '');
-            
-            
-            
-
+             
             $this->errorHandler( $ev->remarks);
         }