diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2000-05-17 17:54:54 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2000-05-17 17:54:54 +0000 |
commit | 44845ea24be81d0fb20093bb45ad2d4159f49601 (patch) | |
tree | ab8776f772a21db8e222cb389c5f0234373f87d6 /ext/imap/php_imap.c | |
parent | 760a17729e0709288f31dc6689a1576269c8e746 (diff) | |
download | php-git-44845ea24be81d0fb20093bb45ad2d4159f49601.tar.gz |
name in proto should be name of real function, not alias
Diffstat (limited to 'ext/imap/php_imap.c')
-rw-r--r-- | ext/imap/php_imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |