From 69022e980ccad1e1403637d31ca24857b9f2055b Mon Sep 17 00:00:00 2001 From: tokul Date: Sun, 6 Aug 2006 08:46:36 +0000 Subject: [PATCH] fixed phpdoc tag git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11480 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- include/languages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.25.1