From 5b09467310dbce997eea252a6ccd38ed0950776c Mon Sep 17 00:00:00 2001 From: Shish Date: Sun, 25 Sep 2011 12:45:08 +0100 Subject: [PATCH] fix for alisaing suggested by Diftraku --- core/imageboard.pack.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/imageboard.pack.php b/core/imageboard.pack.php index e467e2db..00aa8373 100644 --- a/core/imageboard.pack.php +++ b/core/imageboard.pack.php @@ -590,6 +590,7 @@ class Image { $sql .= " (" . $iq->qlet->sql . ")"; $terms = array_merge($terms, $iq->qlet->variables); } + $tag_n = 0; $img_search = new Querylet($sql, $terms);