diff options
author | filip <filip.komar@gmail.com> | 2021-07-25 18:53:23 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2021-07-25 18:53:23 +0200 |
commit | 9857bfbf1f34a9fc16434c074a3eba78d6ceb89d (patch) | |
tree | bfa6409e93e89a2f24143d1d3c8de3ecaafce137 /lib | |
parent | 8ff528ccd86f7f3439de59582ad117e22329fc0e (diff) | |
download | www-9857bfbf1f34a9fc16434c074a3eba78d6ceb89d.tar www-9857bfbf1f34a9fc16434c074a3eba78d6ceb89d.tar.gz www-9857bfbf1f34a9fc16434c074a3eba78d6ceb89d.tar.bz2 www-9857bfbf1f34a9fc16434c074a3eba78d6ceb89d.tar.xz www-9857bfbf1f34a9fc16434c074a3eba78d6ceb89d.zip |
remove obsolete dev stuff
Diffstat (limited to 'lib')
-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); |