Changeset 2089 in ExiteCMS for trunk/downloads.php
- Timestamp:
- 12/03/08 17:29:31 (3 years ago)
- File:
-
- 1 edited
-
trunk/downloads.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/downloads.php
r2030 r2089 26 26 // load this module's locales 27 27 locale_load("main.downloads"); 28 29 // shared forum functions include 30 require_once PATH_INCLUDES."forum_functions_include.php"; 28 31 29 32 function countdownloads($cat_id) { … … 136 139 while ($data = dbarray($result)) { 137 140 $data['download_count'] = countdownloads($data['download_cat_id']); 141 $data['download_cat_description'] = parsemessage(array(), $data['download_cat_description'], true, true); 138 142 $variables['download_cats'][] = $data; 139 143 } … … 148 152 while ($data = dbarray($result)) { 149 153 $data['now'] = showdate("", time()); 150 $data['download_description'] = nl2br(stripslashes($data['download_description']));154 $data['download_description'] = parsemessage(array(), $data['download_description'], true, true); 151 155 $variables['downloads'][] = $data; 152 156 }
Note: See TracChangeset
for help on using the changeset viewer.
