diff options
Diffstat (limited to 'lib/Downloads.php')
-rw-r--r-- | lib/Downloads.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Downloads.php b/lib/Downloads.php index cdb5501c6..bcc02ecf2 100644 --- a/lib/Downloads.php +++ b/lib/Downloads.php @@ -110,7 +110,6 @@ class Downloads $result = 0; for($argument_num = 1, $num_of_arguments = count($sort_order); $argument_num <= $num_of_arguments; $argument_num += 1) { $key = $sort_order[$argument_num - 1]; - //~ $sorting = $sort_order[$argument_num]; $first_compare_value = $first_value[$key]; $second_compare_value = $second_value[$key]; $comparison = strcoll($first_compare_value, $second_compare_value); |