X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Prune.php;h=ef9ebfeefecbb968a35c089dbe0aa4534761ca12;hb=186cd323c835d89f4cd87e19c688e1779d4bae87;hp=d14bac7c5f3168f2c3020f474e03ed45bc48fbb8;hpb=6b68d26e7780891f2adf95363f0c67d86328c6b1;p=Pman.Core 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");