From: Alan Knowles Date: Wed, 9 Dec 2015 09:32:02 +0000 (+0800) Subject: Prune.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=186cd323c835d89f4cd87e19c688e1779d4bae87 Prune.php --- 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");