Import/Core_geoip.php
authorEdward <edward@roojs.com>
Tue, 13 May 2014 10:49:13 +0000 (18:49 +0800)
committerEdward <edward@roojs.com>
Tue, 13 May 2014 10:49:13 +0000 (18:49 +0800)
Import/Core_geoip.php

index 24b332c..a884e82 100644 (file)
@@ -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);
     }