UpdateDatabase/MysqlLinks.php
authoredward <edward@roojs.com>
Thu, 10 Dec 2015 05:58:55 +0000 (13:58 +0800)
committeredward <edward@roojs.com>
Thu, 10 Dec 2015 05:58:55 +0000 (13:58 +0800)
UpdateDatabase/MysqlLinks.php

index ddfaf4f..f4f1aab 100644 (file)
@@ -437,9 +437,9 @@ class Pman_Core_UpdateDatabase_MysqlLinks {
         
     function updateCharacterSet()
     {
-//        $this->schema = parse_ini_file($iniCache, true);
-//        $this->links
-        print_R($this->links);exit;
+        foreach ($this->links as $tbl => $map){
+            
+        }
     }
     
 }