From 186cd323c835d89f4cd87e19c688e1779d4bae87 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 9 Dec 2015 17:32:02 +0800 Subject: [PATCH] Prune.php --- Prune.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Prune.php b/Prune.php index d14bac7c..ef9ebfee 100644 --- a/Prune.php +++ b/Prune.php @@ -70,7 +70,7 @@ class Pman_Core_Prune extends Pman // rather than deleting them all, it's probably best to just delete notify events that occured to often. // eg. when we tried to deliver multiple times without success... - + DB_DataObject::debugLevel(1); $f = DB_DataObject::Factory('Events'); $f->selectAdd(); $f->selectAdd("on_id, on_table, min(id) as min_id, max(id) as max_id, count(*) as mm"); -- 2.39.2