From 71817d78e5f0b92831081cc54a4aeb7b7d33f9f1 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 13 May 2014 19:00:08 +0800 Subject: [PATCH] Import/Core_geoip.php --- Import/Core_geoip.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Import/Core_geoip.php b/Import/Core_geoip.php index 8f01de96..7ce9cf03 100644 --- a/Import/Core_geoip.php +++ b/Import/Core_geoip.php @@ -37,11 +37,11 @@ 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->log("Insert location data start"); $this->insertLocation($location); - $this->log("Insert Block data end"); + $this->log("Insert Block data start"); $this->insertBlock($block); -- 2.39.2