[PHP-DEV] Bug #2407: imap_add_body doesn't set body->id From: ignwe <email protected>
Date: 09/29/99

From: ignwe <email protected>
Operating system: Debian
PHP version: 3.0.12
PHP Bug Type: Misbehaving function
Bug description: imap_add_body doesn't set body-&gt;id

imap.c:line 1639:
-if(body->description) add_property_string( arg, "id", body->description, 1 );
+add_property_string(arg,"id",body->id,1);

Also found in php4 beta 2

-- 
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>