From: Alan Date: Wed, 23 Aug 2023 02:27:08 +0000 (+0800) Subject: Process/FixMysqlCharset.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=bc693b3b7b0ad1d69d0df724ab2595293abbd1ae;p=Pman.Core Process/FixMysqlCharset.php --- diff --git a/Process/FixMysqlCharset.php b/Process/FixMysqlCharset.php index 2a54e0ff..b026d55a 100644 --- a/Process/FixMysqlCharset.php +++ b/Process/FixMysqlCharset.php @@ -109,7 +109,7 @@ class Pman_Core_Process_FixMysqlCharset extends Pman_Core_Cli { $t->query("SHOW TRIGGERS FROM {$t->databaseNickname()} where `table` = '{$tbl}'"); while ($t->fetch()) { - print_r($t->toArray()); + print_r($t->toArray('%s', true)); } exit; }