diff options
Diffstat (limited to 'phpBB/includes/functions_jabber.php')
-rw-r--r-- | phpBB/includes/functions_jabber.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/includes/functions_jabber.php b/phpBB/includes/functions_jabber.php index 1646731731..386eee7167 100644 --- a/phpBB/includes/functions_jabber.php +++ b/phpBB/includes/functions_jabber.php @@ -827,11 +827,12 @@ class jabber /** * Converts a string to utf8 encoding. - * @private * * @param string $string has to have the same encoding as {@link encoding the encoding attribute} is set to. * * @return boolean True on success, false on failure. + * + * @private */ function _conv_utf8(&$string) { |