Changeset 862 in ExiteCMS for modules/common/download_statistics_panel/php-files/modules/download_statistics_panel/geomapping.php
- Timestamp:
- 10/02/07 22:27:18 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/common/download_statistics_panel/php-files/modules/download_statistics_panel/geomapping.php
r836 r862 301 301 302 302 // consolidate the IP statistics per country 303 $result = dbquery("SELECT DISTINCT ds_ip, ds_cc FROM ".$db_prefix."dls_statistics WHERE ds_ file LIKE '%software.ver'");303 $result = dbquery("SELECT DISTINCT ds_ip, ds_cc FROM ".$db_prefix."dls_statistics WHERE ds_onmap = '1'"); 304 304 // and add them to the country table 305 305 while ($data = dbarray($result)) {
Note: See TracChangeset
for help on using the changeset viewer.
