Missed a )
authorjangliss <jangliss@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 16 Jan 2006 15:00:33 +0000 (15:00 +0000)
committerjangliss <jangliss@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 16 Jan 2006 15:00:33 +0000 (15:00 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10548 7612ce4b-ef26-0410-bec9-ea0150e637f0

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 */
     }
 
     /* 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);
     }
 
         sqgetGlobalVar('delimiter',$sqimap_delimiter,SQ_SESSION);
     }