mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
Fixed array multi sorting
This commit is contained in:
parent
65bdac8887
commit
983d364845
2 changed files with 8 additions and 40 deletions
|
@ -202,7 +202,7 @@ if ($mode == 'extensions') {
|
|||
DB()->sql_freeresult($result);
|
||||
|
||||
if ($num_extension_row > 0) {
|
||||
$extension_row = sort_multi_array($extension_row, 'group_name', 'ASC');
|
||||
$extension_row = sort_multi_array($extension_row, 'extension');
|
||||
|
||||
for ($i = 0; $i < $num_extension_row; $i++) {
|
||||
if ($submit) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue