- Timestamp:
- 07/02/08 22:15:38 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ez_publish/ezfluxbb/trunk/classes/ezfluxbbfetchfonctions.php
r204 r205 100 100 * @return array 101 101 */ 102 function fetchTopics( $forum_id_filter_type, $forum_id_filter_array, $limit, $offset, $sort_by, $g et_first_message )102 function fetchTopics( $forum_id_filter_type, $forum_id_filter_array, $limit, $offset, $sort_by, $group_id, $get_first_message ) 103 103 { 104 104 $sortingString = 't.posted'; … … 154 154 'offset' => $offset, 155 155 'sort_by' => $sortingString . ' ' . $sortingOrder, 156 'group_id' => $group_id, 156 157 'get_first_message' => $get_first_message); 157 158
