From c96a130e362341705389c6ddf0685633a87e47fc Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Fri, 19 Dec 2003 13:44:08 +0000 Subject: - Getting the fix rght. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/common.inc b/includes/common.inc index 485ff2c17..1b445aa10 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -147,7 +147,7 @@ function _fix_gpc_magic(&$item, $key) { array_walk($item, '_fix_gpc_magic'); } else { - $item = stripslashes($i); + $item = stripslashes($item); } } -- cgit v1.2.3