Permissions tweak

This commit is contained in:
Ice
2008-04-14 20:19:36 +00:00
parent 91f8b7a531
commit 9139822134
3 changed files with 6 additions and 4 deletions

View File

@@ -267,7 +267,7 @@ function phpbb_fetch_posts($forum_from, $permissions, $number_of_posts, $text_le
$posts[$i]['attachment'] = ($row['topic_attachment']) ? true : false;
$posts[$i]['topic_views'] = $row['topic_views'];
$posts[$i]['forum_name'] = $row['forum_name'];
$posts[$i]['global_id'] = $global_f;
$posts['global_id'] = $global_f;
$i++;
}