Signout.php needed the error class to be loaded earlier.
[squirrelmail.git] / include / languages.php
index ce987825b2dbb42d71cb980bcdadfffd186f84b7..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;