From: Rasmus Lerdorf Date: Thu, 13 Nov 2003 20:55:00 +0000 (+0000) Subject: proto fix X-Git-Tag: php-5.0.0b3RC1~691 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8afe759fa8d1d29158205c98b787f9921a21f0fe;p=php proto fix --- diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index 385ddedf8c..135d2e3ebc 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -983,7 +983,7 @@ PHP_FUNCTION(imap_setacl) /* }}} */ -/* {{{ proto array imap_getacl(int stream_id, string mailbox) +/* {{{ proto array imap_getacl(resource stream_id, string mailbox) Gets the ACL for a given mailbox */ PHP_FUNCTION(imap_getacl) {