From 12aad23e9f359f2c91496488080ce318e0683b08 Mon Sep 17 00:00:00 2001 From: tipaul Date: Fri, 17 Feb 2006 15:25:59 +0000 Subject: [PATCH] removing set names=UTF8, seems useless. Still investigating mysql-perl-utf8 --- C4/Context.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Context.pm b/C4/Context.pm index 9c825613fa..d848ab05cb 100644 --- a/C4/Context.pm +++ b/C4/Context.pm @@ -412,7 +412,7 @@ sub _new_dbh $db_user, $db_passwd); # 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) - $dbh->do("set NAMES 'utf8'"); +# $dbh->do("set NAMES 'utf8'"); return $dbh; } -- 2.39.2