diff options
author | Pierre Joye <pajoye@php.net> | 2009-04-25 15:08:10 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2009-04-25 15:08:10 +0000 |
commit | 9292f303671ce19ea8357c35db8cdc0b65efb109 (patch) | |
tree | 87942b1e242797175104bd84fd403b2e7149aa4d /ext/imap/php_imap.c | |
parent | 8c9a66e85b107de92cfc1daabde575a441cf1f77 (diff) | |
download | php-git-9292f303671ce19ea8357c35db8cdc0b65efb109.tar.gz |
- ws
Diffstat (limited to 'ext/imap/php_imap.c')
-rw-r--r-- | ext/imap/php_imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |