mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-01 20:04:51 +02:00
fixes #1343 remove auto-escape of reserved keywords on MySQL 8
ie no more adding backticks around "rank" and "groups". Too many collateral damages.
This commit is contained in:
@@ -1381,7 +1381,7 @@ INSERT INTO
|
||||
ON DUPLICATE KEY UPDATE value = \''.$dbValue.'\'
|
||||
;';
|
||||
|
||||
pwg_query($query, false);
|
||||
pwg_query($query);
|
||||
|
||||
if ($updateGlobal)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user