Changeset 844 in ExiteCMS for modules/common/forum_threads_list_panel/php-files/modules/forum_threads_list_panel/forum_threads_list_panel.php
- Timestamp:
- 09/27/07 19:37:06 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/common/forum_threads_list_panel/php-files/modules/forum_threads_list_panel/forum_threads_list_panel.php
r836 r844 37 37 $i = 0; 38 38 while ($data = dbarray($result)) { 39 $data[' fpm_append'] = fpm_panels_poll_exists($data['forum_id'], $data['thread_id']);39 $data['poll'] = fpm_panels_poll_exists($data['forum_id'], $data['thread_id']); 40 40 $data['count_posts']--; 41 41 $threadlist[] = $data;
Note: See TracChangeset
for help on using the changeset viewer.
