[commits] [Wiki] changed: Doc/Dev/Imap_Client/Examples
Wiki Guest
wikiguest at horde.org
Thu Dec 26 20:50:16 UTC 2013
guest [85.176.48.26] Thu, 26 Dec 2013 20:50:16 +0000
Modified page: http://wiki.horde.org/Doc/Dev/Imap_Client/Examples
New Revision: 2
Change log: Fixed error at line 4
@@ -23,9 +23,9 @@
<code type="php">
$query = new Horde_Imap_Client_Fetch_Query();
$query->structure();
-$uid = new Horde_Imap_Client_Ids($results['match'][0]);
+$uid = new Horde_Imap_Client_Ids($results['match']->ids[0]);
$list = $imap->fetch('INBOX', $query, array(
'ids' => $uid
));
More information about the commits
mailing list