php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #35638
Patch udate-in-imap-overview-r2 revision 2010-03-10 20:53 UTC by Charles_Duffy at dell dot com
Patch udate-in-imap-overview revision 2010-03-09 20:14 UTC by Charles_Duffy at dell dot com

Patch udate-in-imap-overview for *General Issues Bug #35638

Patch version 2010-03-09 20:14 UTC

Return to Bug #35638 | Download this patch
This patch is obsolete

Obsoleted by patches:

Patch Revisions:

Developer: Charles_Duffy@dell.com

Index: ext/imap/php_imap.c
===================================================================
--- ext/imap/php_imap.c	(revision 296007)
+++ ext/imap/php_imap.c	(working copy)
@@ -3420,6 +3420,7 @@
 				add_property_long(myoverview, "deleted", elt->deleted);
 				add_property_long(myoverview, "seen", elt->seen);
 				add_property_long(myoverview, "draft", elt->draft);
+				add_property_long(myoverview, "udate", mail_longdate(elt));
 				add_next_index_object(return_value, myoverview TSRMLS_CC);
 			}
 		}
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 10:01:28 2024 UTC