From 2fc06db79202d9b7efabf0030c08c2d8b3b72ac0 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 13 May 2014 19:17:43 +0800 Subject: [PATCH] Import/Core_geoip.php --- Import/Core_geoip.php | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Import/Core_geoip.php b/Import/Core_geoip.php index c922112f..a43f3c6b 100644 --- a/Import/Core_geoip.php +++ b/Import/Core_geoip.php @@ -39,7 +39,7 @@ class Pman_Core_Import_Core_geoip extends Pman_Roo $this->log("Insert location data start"); -// $this->insertLocation($location); + $this->insertLocation($location); $this->log("Insert Block data start"); @@ -58,10 +58,6 @@ class Pman_Core_Import_Core_geoip extends Pman_Roo $this->jerr("invalid location file"); } - $linecount = count(file($csv)); - - print_r($linecount);exit; - $req = array( 'GEONAME_ID', 'CONTINENT_CODE', 'CONTINENT_NAME', 'COUNTRY_ISO_CODE', 'COUNTRY_NAME', 'SUBDIVISION_ISO_CODE', @@ -109,10 +105,6 @@ class Pman_Core_Import_Core_geoip extends Pman_Roo { ini_set("auto_detect_line_endings", true); - $linecount = count(file($csv)); - - print_r($linecount);exit; - $fh = fopen($csv, 'r'); if (!$fh) { $this->jerr("invalid location file"); -- 2.39.2