Missed a )
[squirrelmail.git] / functions / imap_general.php
index 13f45062cd79f49120651d22c13c17cee56e5a37..bd2df9a8ca67322dd9c00c6e33e5044e49d7da99 100755 (executable)
@@ -903,7 +903,7 @@ function sqimap_get_delimiter ($imap_stream = false) {
     }
 
     /* Delimiter is stored in the session from redirect.  Try fetching from there first */
-    if (empty($sqimap_delimiter) {
+    if (empty($sqimap_delimiter)) {
         sqgetGlobalVar('delimiter',$sqimap_delimiter,SQ_SESSION);
     }