Skip to content

Commit

Permalink
Merge pull request #467 from eurich/messageIndex
Browse files Browse the repository at this point in the history
fixes for MessageIndex.subs
  • Loading branch information
norv committed May 27, 2013
2 parents 3b9e0e3 + 3cbfca0 commit 6883dd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sources/subs/MessageIndex.subs.php
Expand Up @@ -14,8 +14,11 @@

function messageIndexTopics($id_board, $id_member, $start, $per_page, $sort_by, $sort_column, $indexOptions)
{
global $settings;

$db = database();

$topics = array();
$topic_ids = array();

// Extra-query for the pages after the first
Expand Down

0 comments on commit 6883dd0

Please sign in to comment.