From 42d35e097aae5b5aff9585bfec3f44f4ef150aaf Mon Sep 17 00:00:00 2001 From: Alan Date: Thu, 2 Nov 2023 14:31:23 +0800 Subject: [PATCH] MOVED DataObjects/Core_notify_sender+blacklist.php to DataObjects/Core_notify_sender_blacklist.php --- DataObjects/Core_notify_sender_blacklist.php | 41 ++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 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 -- 2.39.2