From b55815f68e593d47f537a4d2ecabf0ecae77c0db Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 16 Jul 2010 11:17:25 +0000 Subject: - Patch #855402 by aspilicious: fix newlines in token.inc. --- includes/unicode.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'includes/unicode.inc') diff --git a/includes/unicode.inc b/includes/unicode.inc index d06b43000..05ce8f89e 100644 --- a/includes/unicode.inc +++ b/includes/unicode.inc @@ -172,6 +172,7 @@ function unicode_requirements() { * * @param &$data * The XML data which will be parsed later. + * * @return * An XML parser object or FALSE on error. * @@ -221,6 +222,7 @@ function drupal_xml_parser_create(&$data) { * The data to be converted. * @param $encoding * The encoding that the data is in + * * @return * Converted data or FALSE. */ @@ -257,6 +259,7 @@ function drupal_convert_to_utf8($data, $encoding) { * The string to truncate. * @param $len * An upper limit on the returned string length. + * * @return * The truncated string. */ -- cgit v1.2.3