mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
fix search page pagination
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ else $torrentsperpage = 50;
|
|||||||
// sorting by MarkoStamcar
|
// sorting by MarkoStamcar
|
||||||
$column = 'id';
|
$column = 'id';
|
||||||
$ascdesc = 'desc';
|
$ascdesc = 'desc';
|
||||||
$addparam = "?search=$search&";
|
$addparam = "?search=$search&search_area=$searchArea&";
|
||||||
if (isset($_GET['sort']) && $_GET['sort'] && isset($_GET['type']) && $_GET['type']) {
|
if (isset($_GET['sort']) && $_GET['sort'] && isset($_GET['type']) && $_GET['type']) {
|
||||||
|
|
||||||
switch($_GET['sort']) {
|
switch($_GET['sort']) {
|
||||||
|
|||||||
Reference in New Issue
Block a user