From 9292f303671ce19ea8357c35db8cdc0b65efb109 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sat, 25 Apr 2009 15:08:10 +0000 Subject: [PATCH] - ws --- ext/imap/php_imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.50.1