Changeset 1085 in ExiteCMS for trunk/administration/tools/update_geoip_database.php
- Timestamp:
- 11/08/07 00:06:27 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/tools/update_geoip_database.php
r1068 r1085 89 89 display("* Imported ".$row." records into the GeoIP_import table."); 90 90 fclose($handle); 91 // delete the ip_name field, to make the table more compact 92 display("* Remove the country name from the GeoIP table."); 93 $result = dbquery("ALTER TABLE ".$db_prefix."GeoIP_import DROP ip_name"); 91 94 // delete the GeoIP table, rename the temp table 92 95 display("* Rename the old GeoIP table to GeoIP_backup, and the new GeoIP_import table to GeoIP.");
Note: See TracChangeset
for help on using the changeset viewer.
