From: Hartmut Holzgraefe Date: Wed, 17 May 2000 17:54:54 +0000 (+0000) Subject: name in proto should be name of real function, not alias X-Git-Tag: php-4.0.0~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44845ea24be81d0fb20093bb45ad2d4159f49601;p=php name in proto should be name of real function, not alias --- diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index 05a0057341..c31c530a70 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -1576,7 +1576,7 @@ PHP_FUNCTION(imap_undelete) /* }}} */ -/* {{{ proto object imap_header(int stream_id, int msg_no [, int from_length [, int subject_length [, string default_host]]]) +/* {{{ proto object imap_headerinfo(int stream_id, int msg_no [, int from_length [, int subject_length [, string default_host]]]) Read the headers of the message */ PHP_FUNCTION(imap_headerinfo) {