Changeset 1864 in ExiteCMS for modules/common/download_statistics/php-files/modules/download_statistics/report.topfiles.php
- Timestamp:
- 10/18/08 10:42:41 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/common/download_statistics/php-files/modules/download_statistics/report.topfiles.php
r1863 r1864 92 92 $sql .= " LIMIT ".$rowstart.",".($variables['rows']-$rowstart); 93 93 } 94 $rptresult = die($sql);94 $rptresult = mysql_query($sql); 95 95 96 96 // get the results
Note: See TracChangeset
for help on using the changeset viewer.
