]> granicus.if.org Git - php/commitdiff
- ws
authorPierre Joye <pajoye@php.net>
Sat, 25 Apr 2009 15:08:25 +0000 (15:08 +0000)
committerPierre Joye <pajoye@php.net>
Sat, 25 Apr 2009 15:08:25 +0000 (15:08 +0000)
ext/imap/php_imap.c

index add1c179efe7d250b47ad1aca857e8375e373456..8ebdd8b5d8875abd76d42b528a392e5480b2d364 100644 (file)
@@ -2198,7 +2198,6 @@ PHP_FUNCTION(imap_fetchstructure)
                 RETURN_FALSE;
         }
 
-       
        ZEND_FETCH_RESOURCE(imap_le_struct, pils *, &streamind, -1, "imap", le_imap);
 
        if (msgno < 1) {
@@ -2977,13 +2976,11 @@ PHP_FUNCTION(imap_fetchheader)
                return;
        }
 
-
         if (flags && ((flags & ~(FT_UID|FT_INTERNAL|FT_PREFETCHTEXT)) != 0)) {
                 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 ((argc == 3) && (flags & FT_UID)) {
@@ -3220,7 +3217,7 @@ PHP_FUNCTION(imap_fetch_overview)
                return;
        }
 
-       if (flags && ((flags & ~FT_UID) != 0)) {        
+       if (flags && ((flags & ~FT_UID) != 0)) {
                php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid value for the options parameter");
                RETURN_FALSE;
        }