diff options
author | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2003-12-19 13:44:08 +0000 |
---|---|---|
committer | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2003-12-19 13:44:08 +0000 |
commit | c96a130e362341705389c6ddf0685633a87e47fc (patch) | |
tree | 5dddb1ece9e6626b9887459f36f6806e07837fa9 /includes/common.inc | |
parent | 81565fda5d68ebcede43b52f848a7f0f69adea39 (diff) | |
download | brdo-c96a130e362341705389c6ddf0685633a87e47fc.tar.gz brdo-c96a130e362341705389c6ddf0685633a87e47fc.tar.bz2 |
- Getting the fix rght.
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |