Browse Source

proto fix

PEAR_1_4DEV
Rasmus Lerdorf 23 years ago
parent
commit
8afe759fa8
  1. 2
      ext/imap/php_imap.c

2
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)
{

Loading…
Cancel
Save