From dd426eb391663d5ddf4ae08d66195af7ecdba886 Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Mon, 31 Mar 2003 20:37:15 +0000 Subject: [PATCH] MFH(r-1.161): fixed proto to sync with the documentation --- ext/imap/php_imap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index 86eb2d9a5f9..43527d276ee 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -1993,8 +1993,8 @@ PHP_FUNCTION(imap_rfc822_parse_adrlist) } /* }}} */ -/* {{{ proto string imap_utf8(string string) - Convert a string to UTF-8 */ +/* {{{ proto string imap_utf8(string mime_encoded_text) + Convert a mime-encoded text to UTF-8 */ PHP_FUNCTION(imap_utf8) { zval **str;