mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Apps: Integrate ability to set paging via a Default/Domain/User Setting (domain > paging > numeric).
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
function paging($num_rows, $param, $rows_per_page, $mini = false) {
|
||||
|
||||
if (strlen($rows_per_page)==0) {
|
||||
$rows_per_page = "5"; //default number of rows per page
|
||||
$rows_per_page = 50; //default number of rows per page
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user