util_global.php was included twice (second time by footer.tpl)
[squirrelmail.git] / include / languages.php
index a1e301506e451ba656d539d73657a1df3cecf424..c057c34572a25b8dee812d59d795caca8cc8b365 100644 (file)
@@ -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;
@@ -1103,4 +1103,3 @@ elseif ($gettext_flags == 0) {
         }
     }
 }
-?>
\ No newline at end of file