replace mysql_escape_string with the characterset safe mysql_real_escape_string.
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 8 May 2008 14:25:42 +0000 (14:25 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 8 May 2008 14:25:42 +0000 (14:25 +0000)
commit8f16b6ce73e9426a8605aa5ef98650bbfe6f09b9
tree30e4a0be52f05aeab51f36e264938f005a73868b
parent2ad37738cea6347cc3f7d32b7349427b016aa200
replace mysql_escape_string with the characterset safe mysql_real_escape_string.
This raises the requirement for the myqsl backend to PHP 4.3.0.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13122 7612ce4b-ef26-0410-bec9-ea0150e637f0
plugins/change_password/README
plugins/change_password/backend/mysql.php