Changeset 1410 in ExiteCMS for themes/PLi-Fusion/PLiThemeCentered/php-files/themes/PLiThemeCentered/theme_functions.php
- Timestamp:
- 05/15/08 22:46:52 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/PLi-Fusion/PLiThemeCentered/php-files/themes/PLiThemeCentered/theme_functions.php
r1346 r1410 86 86 // get the download statistics for the required download records 87 87 $total = 0; 88 $result = dbquery("SELECT * FROM ".$db_prefix."downloads WHERE download_bar > '0' ORDER BY download_bar DESC");88 $result = dbquery("SELECT * FROM ".$db_prefix."downloads WHERE download_bar > '0' ORDER BY download_bar ASC"); 89 89 while ($data = dbarray($result)) { 90 90 $access = true;
Note: See TracChangeset
for help on using the changeset viewer.
