From e521a8333e57b3ecd04af17bb85eceb6945b0e8b Mon Sep 17 00:00:00 2001 From: jervfors Date: Mon, 5 Jul 2004 07:34:00 +0000 Subject: [PATCH] Minor code clean up git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7750 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/tree.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/functions/tree.php b/functions/tree.php index 1566a03e..5e5c8703 100644 --- a/functions/tree.php +++ b/functions/tree.php @@ -136,8 +136,9 @@ function walkTreeInPostOrderCreatingFoldersUnderTrash($index, $imap_stream, $tre global $trash_folder, $delimiter; $position = strrpos($topFolderName, $delimiter); - if ($position !== FALSE) + if ($position !== FALSE) { $position++; + } $subFolderName = substr($tree[$index]['value'], $position); if ($tree[$index]['doIHaveChildren']) { @@ -179,4 +180,4 @@ function simpleWalkTreePre($index, $tree) { echo $tree[$index]['value'] . '
'; } } -?> +?> \ No newline at end of file -- 2.25.1