This commit is contained in:
MitanOmar
2020-05-24 19:46:03 +02:00
parent 6dfb01dc5a
commit 5f3d3423cd

View File

@@ -335,7 +335,7 @@ switch (g('go'))
];
//pager
$perpage = 2;
$perpage = 16;
$result_p = $SQL->build($query);
$nums_rows = $SQL->num_rows($result_p);
$currentPage = ig('page') ? g('page', 'int') : 1;