From: Edward Date: Tue, 13 May 2014 10:49:13 +0000 (+0800) Subject: Import/Core_geoip.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=4bf776f3e75a1a3f712109123be98a8ed8b54317 Import/Core_geoip.php --- diff --git a/Import/Core_geoip.php b/Import/Core_geoip.php index 24b332cf..a884e821 100644 --- a/Import/Core_geoip.php +++ b/Import/Core_geoip.php @@ -37,7 +37,7 @@ class Pman_Core_Import_Core_geoip extends Pman_Roo $this->jerr('GeoLite2-City-Locations.csv OR GeoLite2-City-Blocks.csv does not exists?!'); } -// $this->insertLocation($location); + $this->insertLocation($location); $this->insertBlock($block); }