andrey Mon Jun 16 09:39:57 2003 EDT
Modified files:
/php4/ext/imap php_imap.c
Log:
proto fix
Index: php4/ext/imap/php_imap.c
diff -u php4/ext/imap/php_imap.c:1.169 php4/ext/imap/php_imap.c:1.170
--- php4/ext/imap/php_imap.c:1.169 Fri Jun 13 11:01:18 2003
+++ php4/ext/imap/php_imap.c Mon Jun 16 09:39:56 2003
@@ -26,7 +26,7 @@
| PHP 4.0 updates: Zeev Suraski <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
*/
-/* $Id: php_imap.c,v 1.169 2003/06/13 15:01:18 iliaa Exp $ */
+/* $Id: php_imap.c,v 1.170 2003/06/16 13:39:56 andrey Exp $ */
#define IMAP41
@@ -3326,7 +3326,7 @@
}
/* }}} */
-/* {{{ 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)
{
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php