set items/page back to 60
This commit is contained in:
parent
5e54f47097
commit
1f16bad9d9
@ -635,7 +635,7 @@ function photos_content(&$a) {
|
||||
);
|
||||
if(count($r)) {
|
||||
$a->set_pager_total(count($r));
|
||||
$a->set_pager_itemspage(30);
|
||||
$a->set_pager_itemspage(60);
|
||||
}
|
||||
|
||||
if($_GET['order'] === 'posted')
|
||||
@ -1168,7 +1168,7 @@ function photos_content(&$a) {
|
||||
);
|
||||
if(count($r)) {
|
||||
$a->set_pager_total(count($r));
|
||||
$a->set_pager_itemspage(30);
|
||||
$a->set_pager_itemspage(60);
|
||||
}
|
||||
|
||||
$r = q("SELECT `resource_id`, `id`, `filename`, type, `album`, max(`scale`) AS `scale` FROM `photo`
|
||||
|
Reference in New Issue
Block a user