mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Trying to clean up the last of the body->id/body->description confusion.
This commit is contained in:
parent
1fd576485f
commit
fa09e56a43
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue