From ffbdc16636e23f26cf4189b9d0c74e4e90a481b8 Mon Sep 17 00:00:00 2001 From: gareth Date: Sat, 24 Feb 2007 00:15:43 +0000 Subject: [PATCH] --- login/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/login/index.php b/login/index.php index 26ca7e9f75..113f2cfa03 100644 --- a/login/index.php +++ b/login/index.php @@ -15,7 +15,7 @@ function login($args) { if(get_magic_quotes_gpc()) { - $firstname=mysql_addslashes($args['first']); + $firstname=addslashes($args['first']); $lastname=addslashes($args['last']); $passwd=addslashes($args['passwd']); } else {