From 44845ea24be81d0fb20093bb45ad2d4159f49601 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Wed, 17 May 2000 17:54:54 +0000 Subject: [PATCH] name in proto should be name of real function, not alias --- ext/imap/php_imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.40.0