From 698cad0c1d67153f705b37a07a6d92922dfea661 Mon Sep 17 00:00:00 2001 From: Yoshinari Takaoka Date: Thu, 25 Jul 2013 08:32:51 +0000 Subject: [PATCH] - fixed syntax. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331017 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/addslashes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/strings/functions/addslashes.xml b/reference/strings/functions/addslashes.xml index 2d1ec83611..ef2f3879bc 100644 --- a/reference/strings/functions/addslashes.xml +++ b/reference/strings/functions/addslashes.xml @@ -39,7 +39,7 @@ If your DBMS doesn't have an escape function and the DBMS uses \ to escape special chars, you might be - able use this function only when this escape method is adequate for + able to use this function only when this escape method is adequate for your database. Please note that use of addslashes for database parameter escaping can be cause of security issues on most databases.