From 3220234693c3df2caba322f027aebc1c73e6a9a0 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sat, 8 Apr 2017 19:10:41 +0200 Subject: [PATCH] more spaces Signed-off-by: Roland Haeder --- include/conversation.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/conversation.php b/include/conversation.php index 64f00243d9..5e96e7e595 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1373,8 +1373,10 @@ function conv_sort($arr, $order) { $children = array(); $newarr = array(); - // This is a preparation for having two different items with the same uri in one thread - // This will otherwise lead to an endless loop. + /* + * This is a preparation for having two different items with the same uri in one thread + * This will otherwise lead to an endless loop. + */ foreach ($arr as $x) { if (!isset($newarr[$x['uri']])) { $newarr[$x['uri']] = $x;