From: Alan Date: Thu, 2 Nov 2023 06:31:23 +0000 (+0800) Subject: MOVED DataObjects/Core_notify_sender+blacklist.php to DataObjects/Core_notify_sender_... X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=42d35e097aae5b5aff9585bfec3f44f4ef150aaf;p=Pman.Core MOVED DataObjects/Core_notify_sender+blacklist.php to DataObjects/Core_notify_sender_blacklist.php --- diff --git a/DataObjects/Core_notify_sender_blacklist.php b/DataObjects/Core_notify_sender_blacklist.php new file mode 100644 index 00000000..fae68a5c --- /dev/null +++ b/DataObjects/Core_notify_sender_blacklist.php @@ -0,0 +1,41 @@ +query(" + DELETE FROM {$this->tableName()} where added_dt < NOW() - INTERVAL 1 WEEK + "); + + } + +} \ No newline at end of file