From 2dbf9ee18d11b06cbf059e54edb3f0fa5d43835d Mon Sep 17 00:00:00 2001 From: fidian Date: Sat, 10 Feb 2001 01:46:05 +0000 Subject: [PATCH] * This is pathetic. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1117 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/left_main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/left_main.php b/src/left_main.php index 86b7385b..73987f6c 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -186,7 +186,7 @@ if (isset($boxes[$i]['parent'])) $line .= FoldLink($boxes[$i]['unformatted'], $boxes[$i]['parent']); - else + elseif ($collapse_folders) $line .= '  '; $line .= str_replace(' ', ' ', $regs[2]); } -- 2.25.1