X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Prune.php;h=a297062e7306a3be606b8cabf52fb29bf8edba5e;hb=89b4c4e5355e8baa913c33693263e3fd9b695125;hp=9414f36d1b6895ead8c7eaff7d37110f946f7bff;hpb=b6b10c28ec80659b9cd729a1912167b249782c86;p=Pman.Core diff --git a/Prune.php b/Prune.php index 9414f36d..a297062e 100644 --- a/Prune.php +++ b/Prune.php @@ -87,7 +87,9 @@ class Pman_Core_Prune extends Pman AND on_table = '{$q->escape($f->on_table)}' AND - id > {$f->min_id} AND id < {$f->max_id} + id > {$f->min_id} + AND + id < {$f->max_id} "); }