From: Edward Date: Tue, 13 May 2014 11:00:01 +0000 (+0800) Subject: Import/Core_geoip.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=134f468a2c7f0fbd27c159497a78a182d9400130 Import/Core_geoip.php --- diff --git a/Import/Core_geoip.php b/Import/Core_geoip.php index 238211f5..8f01de96 100644 --- a/Import/Core_geoip.php +++ b/Import/Core_geoip.php @@ -37,8 +37,12 @@ class Pman_Core_Import_Core_geoip extends Pman_Roo $this->jerr('GeoLite2-City-Locations.csv OR GeoLite2-City-Blocks.csv does not exists?!'); } + $this->log("Insert location data started"); + $this->insertLocation($location); + $this->log("Insert Block data end"); + $this->insertBlock($block); $this->jok("DONE");