From 37f7c96f6f19fdea8447d467e504973c2bfa3325 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Fri, 25 Feb 2011 20:58:05 +1100 Subject: [PATCH] Fixed omitted images/posts test. --- inc/functions.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/inc/functions.php b/inc/functions.php index 19491d76..fabe5518 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -468,8 +468,6 @@ $c = $count->fetch(); $thread->omitted_images = $c['num'] - $num_images; - - $thread->omitted -= $thread->omitted_images; } $thread->posts = array_reverse($thread->posts);