From cc54580fa4069c6dafb668f14ccfbe8549fc626c Mon Sep 17 00:00:00 2001 From: jangliss Date: Mon, 16 Jan 2006 15:00:33 +0000 Subject: [PATCH] Missed a ) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10548 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/imap_general.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/imap_general.php b/functions/imap_general.php index 13f45062..bd2df9a8 100755 --- a/functions/imap_general.php +++ b/functions/imap_general.php @@ -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); } -- 2.25.1