From: Pierre Joye Date: Sat, 25 Apr 2009 15:08:10 +0000 (+0000) Subject: - ws X-Git-Tag: php-5.3.0RC2~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9292f303671ce19ea8357c35db8cdc0b65efb109;p=php - ws --- diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index e6666a6fcd..578d9992f5 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -2200,7 +2200,7 @@ PHP_FUNCTION(imap_fetchstructure) php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid value for the options parameter"); RETURN_FALSE; } - + ZEND_FETCH_RESOURCE(imap_le_struct, pils *, &streamind, -1, "imap", le_imap); if (msgno < 1) {