[PHP-DEV] Re: [PHP4BETA] cvs: /php4/ext/imap imap.c From: Chuck Hagenbuch (chagenbu <email protected>)
Date: 10/29/99

Quoting Rasmus Lerdorf <rasmus <email protected>>:

> if ( body->id ){
> add_property_long( return_value, "ifid", 1 );
> - if(body->description) add_property_string( return_value, "id", body->description, 1 );
> + if(body->description) add_property_string( return_value, "id", body->id, 1 );
> } else {
> add_property_long( return_value, "ifid", 0 );
> }

I'm a bit confused about the logic here. Why should body->description be
checked at all - if body->id is there, it should be used. Or am I missing
something?

-chuck

--
Charles Hagenbuch, <chagenbu <email protected>>
--
must... find... acorns... *thud*

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>