From: tokul Date: Sun, 6 Aug 2006 08:46:36 +0000 (+0000) Subject: fixed phpdoc tag X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=69022e980ccad1e1403637d31ca24857b9f2055b;p=squirrelmail.git fixed phpdoc tag git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11480 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/include/languages.php b/include/languages.php index ce987825..c057c345 100644 --- a/include/languages.php +++ b/include/languages.php @@ -207,7 +207,7 @@ function charset_decode ($charset, $string, $force_decode=false, $save_html=fals * @param string $string * @param string $charset * @param boolean $htmlencode keep htmlspecialchars encoding - * @param string + * @return string */ function charset_encode($string,$charset,$htmlencode=true) { global $default_charset;