summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2003-06-16 13:39:56 +0000
committerAndrey Hristov <andrey@php.net>2003-06-16 13:39:56 +0000
commit9e9bd915aaae0832b40caa59d86bcfab61597983 (patch)
tree5702b76d3157c9741968fc68493067153de3f6ce
parent3e95de04a9bdf14909edbd983e31aceaf320c833 (diff)
downloadphp-git-9e9bd915aaae0832b40caa59d86bcfab61597983.tar.gz
proto fix
-rw-r--r--ext/imap/php_imap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c
index 6bf87b2b22..eb34655435 100644
--- a/ext/imap/php_imap.c
+++ b/ext/imap/php_imap.c
@@ -3326,7 +3326,7 @@ int _php_imap_mail(char *to, char *subject, char *message, char *headers, char *
}
/* }}} */
-/* {{{ proto int imap_mail(string to, string subject, string message [, string additional_headers [, string cc [, string bcc [, string rpath]]]])
+/* {{{ proto bool imap_mail(string to, string subject, string message [, string additional_headers [, string cc [, string bcc [, string rpath]]]])
Send an email message */
PHP_FUNCTION(imap_mail)
{