Prune.php
[Pman.Core] / Prune.php
index 9414f36..a297062 100644 (file)
--- 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}
             ");
         }