moriyoshi               Mon Mar 31 15:37:16 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/ext/imap      php_imap.c 
  Log:
  MFH(r-1.161): fixed proto to sync with the documentation
  
  
Index: php4/ext/imap/php_imap.c
diff -u php4/ext/imap/php_imap.c:1.142.2.11 php4/ext/imap/php_imap.c:1.142.2.12
--- php4/ext/imap/php_imap.c:1.142.2.11 Tue Feb 11 17:57:50 2003
+++ php4/ext/imap/php_imap.c    Mon Mar 31 15:37:15 2003
@@ -26,7 +26,7 @@
    | PHP 4.0 updates:  Zeev Suraski <[EMAIL PROTECTED]>                       |
    +----------------------------------------------------------------------+
  */
-/* $Id: php_imap.c,v 1.142.2.11 2003/02/11 22:57:50 iliaa Exp $ */
+/* $Id: php_imap.c,v 1.142.2.12 2003/03/31 20:37:15 moriyoshi Exp $ */
 
 #define IMAP41
 
@@ -1993,8 +1993,8 @@
 }
 /* }}} */
 
-/* {{{ 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;



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to