Browse Source

Undo strange copy-paste error from last commit

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
3.0.x
MJ Ray 17 years ago
committed by Joshua Ferraro
parent
commit
0eb6d9f6c8
  1. 1
      C4/Context.pm

1
C4/Context.pm

@ -600,7 +600,6 @@ sub _new_dbh
# MJR added or die here, as we can't work without dbh
my $dbh= DBI->connect("DBI:$db_driver:dbname=$db_name;host=$db_host;port=$db_port",
$db_user, $db_passwd) or die $DBI::errstr;
if (
if ( $db_driver eq 'mysql' ) {
# Koha 3.0 is utf-8, so force utf8 communication between mySQL and koha, whatever the mysql default config.
# this is better than modifying my.cnf (and forcing all communications to be in utf8)

Loading…
Cancel
Save