Changeset 844 in ExiteCMS for modules/common/download_statistics_panel/php-files/modules/download_statistics_panel/download_statistics_panel.php
- Timestamp:
- 09/27/07 19:37:06 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/common/download_statistics_panel/php-files/modules/download_statistics_panel/download_statistics_panel.php
r836 r844 56 56 $result = dbquery("SELECT ds_mirror, count(*) as count FROM ".$db_prefix."dls_statistics GROUP BY ds_mirror"); 57 57 while ($data = dbarray($result)) { 58 $data['mirror'] = $data['ds_mirror'] ? ("http://download".$data['ds_mirror'].".pli-images.org") : "Mirror site not recorded";58 $data['mirror'] = $data['ds_mirror'] ? ("http://download".$data['ds_mirror'].".pli-images.org") : $locale['dls298']; 59 59 $variables['stats_mirrors'][] = $data; 60 60 }
Note: See TracChangeset
for help on using the changeset viewer.
