Procházet zdrojové kódy

Update listview.class.php

tags/6.3.2
叙述、别离 před 3 měsíci
rodič
revize
37b9e44850
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      src/system/archive/listview.class.php

+ 2
- 2
src/system/archive/listview.class.php Zobrazit soubor

@@ -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";
}


Načítá se…
Zrušit
Uložit