UpdateDatabase/MysqlLinks.php
authoredward <edward@roojs.com>
Thu, 10 Dec 2015 06:01:44 +0000 (14:01 +0800)
committeredward <edward@roojs.com>
Thu, 10 Dec 2015 06:01:44 +0000 (14:01 +0800)
UpdateDatabase/MysqlLinks.php

index 74664bf..c716b0e 100644 (file)
@@ -437,8 +437,7 @@ class Pman_Core_UpdateDatabase_MysqlLinks {
         
     function updateCharacterSet()
     {
-        print_R($this->schema);exit;
-        foreach ($this->links as $tbl => $map){
+        foreach ($this->schema as $tbl => $map){
             echo "CALL mysql_change_charset({$tbl}) \n";
             DB_DataObject::factory('core_enum')->query("CALL mysql_change_charset({$tbl})");
         }