mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 10:04:35 +02:00
MySQL: Fix for DUPLICATE KEY UPDATE return values when NOT using PDO.
This commit is contained in:
@@ -880,7 +880,7 @@ class e_admin_log
|
||||
}
|
||||
elseif(getperms('0') && E107_DEBUG_LEVEL > 0)
|
||||
{
|
||||
echo "Could Save to Log File: ".$fileName;
|
||||
e107::getMessage()->addDebug("Couldn't Save to Log File: ".$fileName);
|
||||
}
|
||||
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user