1
0
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:
Cameron
2016-08-17 15:23:33 -07:00
parent 98c4c3e1d0
commit 64b9cb9f2b
2 changed files with 8 additions and 3 deletions

View File

@@ -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;