Browse Source

fix api issue

pull/40/head
czaks 11 years ago
parent
commit
0d8e2a65ab
  1. 2
      inc/functions.php

2
inc/functions.php

@ -1045,6 +1045,8 @@ function index($page, $mod=false) {
if ($query->rowCount() < 1 && $page > 1)
return false;
$threads = array();
while ($th = $query->fetch(PDO::FETCH_ASSOC)) {
$thread = new Thread(
$th['id'], $th['subject'], $th['email'], $th['name'], $th['trip'], $th['capcode'], $th['body'], $th['time'], $th['thumb'],

Loading…
Cancel
Save