reset testing values back to default

This commit is contained in:
marijus 2014-09-12 21:06:37 +02:00
parent bd2139d16a
commit 12900129bb

View File

@ -635,7 +635,7 @@ function photos_content(&$a) {
);
if(count($r)) {
$a->set_pager_total(count($r));
$a->set_pager_itemspage(5);
$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(5);
$a->set_pager_itemspage(60);
}
$r = q("SELECT `resource_id`, `id`, `filename`, type, `album`, max(`scale`) AS `scale` FROM `photo`