]> git.mxchange.org Git - friendica.git/commitdiff
more spaces
authorRoland Haeder <roland@mxchange.org>
Sat, 8 Apr 2017 17:10:41 +0000 (19:10 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 8 Apr 2017 17:10:50 +0000 (19:10 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
include/conversation.php

index 64f00243d97f73ea1316de6062cef728a5e42a9b..5e96e7e595e76d03d5005f6b2c27b01ad46ba81c 100644 (file)
@@ -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;