Date: 10/29/99
- Next message: Rasmus Lerdorf: "Re: [PHP-DEV] PHP 4.0 Bug #2609: PATH_TRANSLATED environment variable being ignored"
- Previous message: Brian Macauley: "[PHP-DEV] RE: PHP 4.0 Bug #2630 Updated: Cannot complete configuration"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
rasmus Fri Oct 29 16:58:54 1999 EDT
Modified files:
/php3/functions imap.c
Log:
Fix typo
Index: php3/functions/imap.c
diff -u php3/functions/imap.c:1.68 php3/functions/imap.c:1.69
--- php3/functions/imap.c:1.68 Thu Aug 19 13:01:42 1999
+++ php3/functions/imap.c Fri Oct 29 16:58:53 1999
@@ -33,7 +33,7 @@
| Andrew Skalski <askalski <email protected>> |
+----------------------------------------------------------------------+
*/
-/* $Id: imap.c,v 1.68 1999/08/19 17:01:42 chagenbu Exp $ */
+/* $Id: imap.c,v 1.69 1999/10/29 20:58:53 rasmus Exp $ */
#define IMAP41
@@ -2729,7 +2729,7 @@
}
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 );
}
-- 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>
- Next message: Rasmus Lerdorf: "Re: [PHP-DEV] PHP 4.0 Bug #2609: PATH_TRANSLATED environment variable being ignored"
- Previous message: Brian Macauley: "[PHP-DEV] RE: PHP 4.0 Bug #2630 Updated: Cannot complete configuration"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

