Trying to clean up the last of the body->id/body->description confusion.

This commit is contained in:
Chuck Hagenbuch 1999-11-01 16:44:36 +00:00
parent 1fd576485f
commit fa09e56a43

View file

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