projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f160ee8
)
Fix typo found by hholzgra@media-engineering.de
author
Rasmus Lerdorf
<rasmus@php.net>
Fri, 29 Oct 1999 21:00:43 +0000
(21:00 +0000)
committer
Rasmus Lerdorf
<rasmus@php.net>
Fri, 29 Oct 1999 21:00:43 +0000
(21:00 +0000)
ext/imap/imap.c
patch
|
blob
|
history
diff --git
a/ext/imap/imap.c
b/ext/imap/imap.c
index 845ff1815ac7fcce2be3e5f6f0095c7fd410a3a6..3ea87e00bb02d78fdf4f545f2f94241fe27f8171 100644
(file)
--- a/
ext/imap/imap.c
+++ b/
ext/imap/imap.c
@@
-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->
description
, 1 );
+ if(body->description) add_property_string( return_value, "id", body->
id
, 1 );
} else {
add_property_long( return_value, "ifid", 0 );
}