[Koha-bugs] [Bug 14372] Error font in Koha Vietnamese

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 15 12:48:55 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14372

--- Comment #4 from hienpn <hien.pham at 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.


More information about the Koha-bugs mailing list