This PR fixes weird result of Database.Escape() function on players names which contains quotes.
Explanation: Using the same buffer as source and destination into Database.Escape() function will output an unexpected result. So I used two variables instead of reusing the same.
This PR fixes weird result of Database.Escape() function on players names which contains quotes.
Explanation: Using the same buffer as source and destination into Database.Escape() function will output an unexpected result. So I used two variables instead of reusing the same.
For more information you can see this post : https://forums.alliedmods.net/showthread.php?t=324069