Import/Core_geoip.php
authorEdward <edward@roojs.com>
Tue, 13 May 2014 11:24:15 +0000 (19:24 +0800)
committerEdward <edward@roojs.com>
Tue, 13 May 2014 11:24:15 +0000 (19:24 +0800)
Import/Core_geoip.php

index 50d429e..9dac308 100644 (file)
@@ -108,7 +108,7 @@ class Pman_Core_Import_Core_geoip extends Pman_Roo
             
             $this->processLocation($row);
             
-            $this->updateProcessBar();
+            $this->processStatus();
         }
         
     }
@@ -312,7 +312,7 @@ class Pman_Core_Import_Core_geoip extends Pman_Roo
         
     }
     
-    function log($str)
+    function processStatus()
     {
         echo "$str \n";
     }