15 Jul
2015
15 Jul
'15
11:48 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14372 --- Comment #4 from hienpn <hien.pham@dlcorp.com.vn> --- I changes line 57-59 of file Database.pm in folder /usr/share/koha/lib/koha to fix error font in koha 3.16.01: From: my $db_opts = ($db_driver eq 'mysql') ? { mysql_enable_utf8 => 1 } : ($db_driver eq 'Pg') ? { pg_enable_utf8 => 1 } : { }; To: my $db_opts = ($db_driver eq 'Pg') ? { pg_enable_utf8 => 1 } : { }; However with Koha 3.18.04 can not fix this by -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.