Pārlūkot izejas kodu

Update listview.class.php

tags/6.3.2
叙述、别离 pirms 3 mēnešiem
vecāks
revīzija
37b9e44850
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. +2
    -2
      src/system/archive/listview.class.php

+ 2
- 2
src/system/archive/listview.class.php Parādīt failu

@@ -430,7 +430,7 @@ class ListView
} else if ($orderby == "scores") {
$ordersql = " ORDER BY arc.scores $orderWay";
} else if ($orderby == "rand") {
$ordersql = " ORDER BY rand() DESC";
$ordersql = " ORDER BY rand()";
} else {
$ordersql = " ORDER BY arc.sortrank $orderWay";
}
@@ -852,7 +852,7 @@ class ListView
} else if ($orderby == "scores") {
$ordersql = " ORDER BY arc.scores $orderWay";
} else if ($orderby == "rand") {
$ordersql = " ORDER BY rand() DESC";
$ordersql = " ORDER BY rand()";
} else {
$ordersql = " ORDER BY arc.sortrank $orderWay";
}


Notiek ielāde…
Atcelt
Saglabāt