Selaa lähdekoodia

fixed phpdoc tag

tokul 19 vuotta sitten
vanhempi
commit
9a29ffcb6b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      include/languages.php

+ 1 - 1
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;