Prune.php
authorAlan Knowles <alan@roojs.com>
Wed, 9 Dec 2015 09:27:30 +0000 (17:27 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 9 Dec 2015 09:27:30 +0000 (17:27 +0800)
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}
             ");
         }