From: Ilia Alshanetsky Date: Tue, 17 Jun 2003 14:13:17 +0000 (+0000) Subject: One more typo ;) X-Git-Tag: RELEASE_1_0_2~166 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4151fd0453b7b76014e9690f71ce176c79ff7820;p=php One more typo ;) --- diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index b540c3a1dc..5fff1e4065 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -2755,7 +2755,7 @@ PHP_FUNCTION(imap_fetch_overview) rfc822_write_address(address, env->from); add_property_string(myoverview, "from", address, 1); } - if (env->to && _php_imap_address_size(env->from) < MAILTMPLEN) { + if (env->to && _php_imap_address_size(env->to) < MAILTMPLEN) { env->to->next = NULL; address[0] = '\0'; rfc822_write_address(address, env->to);