Apps: Integrate ability to set paging via a Default/Domain/User Setting (domain > paging > numeric).
This commit is contained in:
@@ -96,7 +96,7 @@ require_once "resources/paging.php";
|
||||
}
|
||||
}
|
||||
else {
|
||||
$rows_per_page = 150;
|
||||
$rows_per_page = ($_SESSION['domain']['paging']['numeric'] != '') ? $_SESSION['domain']['paging']['numeric'] : 50;
|
||||
}
|
||||
$param = "";
|
||||
$page = $_GET['page'];
|
||||
|
||||
Reference in New Issue
Block a user