NotifySend.php
authorleon <leon@roojs.com>
Tue, 31 Oct 2023 03:30:07 +0000 (11:30 +0800)
committerleon <leon@roojs.com>
Tue, 31 Oct 2023 03:30:07 +0000 (11:30 +0800)
NotifySend.php

index e9c37a0..ebb319a 100644 (file)
@@ -196,6 +196,8 @@ class Pman_Core_NotifySend extends Pman
         $l->limit(1);
         $ar = $l->fetchAll('sent');
         $last = empty($ar) ? date('Y-m-d H:i:s', 0) : $ar[0];
+
+        die('f');
         
         // find last event..
         $ev = DB_DataObject::factory('Events');