set items/page back to 60

This commit is contained in:
marijus 2014-09-11 13:07:08 +02:00
parent 5e54f47097
commit 1f16bad9d9

View File

@ -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`