Browse Source

Fixed omitted images/posts test.

pull/40/head
Savetheinternet 13 years ago
parent
commit
37f7c96f6f
  1. 2
      inc/functions.php

2
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);

Loading…
Cancel
Save