Import/Core_geoip.php
authorEdward <edward@roojs.com>
Tue, 13 May 2014 08:55:47 +0000 (16:55 +0800)
committerEdward <edward@roojs.com>
Tue, 13 May 2014 08:55:47 +0000 (16:55 +0800)
Import/Core_geoip.php

index 856fc73..43f5ae1 100644 (file)
@@ -44,9 +44,9 @@ class Pman_Core_Import_Core_geoip extends Pman_Roo
         $this->insertBlock($block);
     }
     
-    function insertLocation($location)
+    function insertLocation($csv)
     {
-        
+        $fh = fopen($csv, 'r');
     }