Browse Source

Wrong break point is set, we are only 2 deep here, not 3

Jimmy Conner 21 năm trước cách đây
mục cha
commit
7ac7b090be
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      functions/imap_general.php

+ 1 - 1
functions/imap_general.php

@@ -375,7 +375,7 @@ function sqimap_retrieve_imap_response($imap_stream, $tag, $handle_errors,
             }
             $read = sqimap_fgets($imap_stream);
             if ($read === false) { /* error */
-                 break 3; /* switch switch while */
+                 break 2; /* switch while */
             }
             break;
           } // end case $tag{0}