Import/Core_geoip.php
authorEdward <edward@roojs.com>
Tue, 13 May 2014 09:52:05 +0000 (17:52 +0800)
committerEdward <edward@roojs.com>
Tue, 13 May 2014 09:52:05 +0000 (17:52 +0800)
Import/Core_geoip.php

index 951a579..fa8789f 100644 (file)
@@ -37,8 +37,6 @@ class Pman_Core_Import_Core_geoip extends Pman_Roo
             $this->jerr('GeoLite2-City-Locations.csv OR GeoLite2-City-Blocks.csv does not exists?!');
         }
         
-        static $id_mapping = array();
-        
         ini_set("auto_detect_line_endings", true);
         
         $this->insertLocation($location);