Changeset 862 in ExiteCMS for modules/common/download_statistics_panel/php-files/modules/download_statistics_panel/dls_process.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/dls_process.php
r836 r862 157 157 } 158 158 } 159 // set the ds_onmap marker 160 $result = dbquery("UPDATE ".$db_prefix."dls_statistics SET ds_onmap = '1' WHERE ds_processed = '0' AND ds_file LIKE '%software.ver'"); 161 159 162 // mark all newly imported statistics records as processed 160 163 $result = dbquery("UPDATE ".$db_prefix."dls_statistics SET ds_processed = '1' WHERE ds_processed = '0'");
Note: See TracChangeset
for help on using the changeset viewer.
