diff options
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 0c7f768dfe..bed1d0aed2 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -3221,7 +3221,7 @@ PHP_FUNCTION(imap_mail_compose) } if (bod && bod->type == TYPEMULTIPART && (!bod->nested.part || !bod->nested.part->next)) { - php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot generate multipart e-mail without components."); + php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot generate multipart e-mail without components"); RETVAL_FALSE; goto done; } |
