Changeset 2143 for trunk/topic.php
- Timestamp:
- 06/10/2009 09:36:33 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/topic.php
r1762 r2143 25 25 if ( !$bb_db_override ) : 26 26 $posts = get_thread( $topic_id, $page ); 27 $forum = get_forum ( $topic->forum_id );27 $forum = bb_get_forum ( $topic->forum_id ); 28 28 29 29 $tags = bb_get_topic_tags ( $topic_id ); … … 42 42 $list_start = ($page - 1) * bb_get_option('page_topics') + 1; 43 43 44 post_author_cache($posts);44 bb_post_author_cache($posts); 45 45 endif; 46 46
Note: See TracChangeset
for help on using the changeset viewer.