]> granicus.if.org Git - php/commit
fix imap_fetchstructure(). msgindex is not valid if we're using FT_UID;
authorChuck Hagenbuch <chagenbu@php.net>
Tue, 17 Oct 2000 16:11:26 +0000 (16:11 +0000)
committerChuck Hagenbuch <chagenbu@php.net>
Tue, 17 Oct 2000 16:11:26 +0000 (16:11 +0000)
commite058cb064852bc4fe1c0a36167584c96dfcf5a9d
tree0e0b7b6ea48a23e1a85e49de1c9228c029dc0e32
parentffbd2367e775a710a3b078ab15d0b424dc3f832d
fix imap_fetchstructure(). msgindex is not valid if we're using FT_UID;
always use Z_LVAL_PP(msgno) in the actual c-client function call.
ext/imap/php_imap.c