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

--- Comment #4 from hienpn <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to