From 134f468a2c7f0fbd27c159497a78a182d9400130 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 13 May 2014 19:00:01 +0800 Subject: [PATCH] Import/Core_geoip.php --- Import/Core_geoip.php | 4 ++++ 1 file changed, 4 insertions(+) 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"); -- 2.39.2