more spaces! ;-)

Signed-off-by: Roland Haeder <roland@mxchange.org>
2022.09-rc
Roland Haeder 2017-04-08 20:07:28 +02:00
rodzic 0319517f94
commit cd697e0d7c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B72F8185C6C7BD78
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1415,9 +1415,9 @@ function conv_sort($arr, $order) {
} }
} }
if (stristr($order,'created')) { if (stristr($order, 'created')) {
usort($parents,'sort_thr_created'); usort($parents,'sort_thr_created');
} elseif (stristr($order,'commented')) { } elseif (stristr($order, 'commented')) {
usort($parents,'sort_thr_commented'); usort($parents,'sort_thr_commented');
} }