From 027681b350c7118233e0ddf801c7da7dc399ca78 Mon Sep 17 00:00:00 2001 From: Sergey Tsalkov Date: Fri, 24 Jan 2020 15:42:43 -0800 Subject: [PATCH] bugfix: strtolower() doesn't work with certain locales, so work around that --- db.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db.class.php b/db.class.php index f222732..6b02eee 100644 --- a/db.class.php +++ b/db.class.php @@ -1,6 +1,6 @@ query( str_replace('%', $this->param_char, "INSERT INTO %b %lb VALUES $var ON DUPLICATE KEY UPDATE %hc"),