From: kink Date: Tue, 11 May 2004 21:09:21 +0000 (+0000) Subject: One encoding step too much. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9d67bd53b565ac83fe751a395de1c16050f441b3;p=squirrelmail.git One encoding step too much. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7438 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/abook_take/functions.php b/plugins/abook_take/functions.php index b8042501..f91814fa 100644 --- a/plugins/abook_take/functions.php +++ b/plugins/abook_take/functions.php @@ -39,7 +39,7 @@ function abook_take_read_string($str) $str = substr(strstr($str, $hits[0]), strlen($hits[0])); if (! isset($abook_found_email[$hits[0]])) { - echo addHidden('email[]', htmlspecialchars($hits[0])); + echo addHidden('email[]', $hits[0]); $abook_found_email[$hits[0]] = 1; } }