diff options
author | marijus <mario@mariovavti.com> | 2014-09-12 21:06:37 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-09-12 21:06:37 +0200 |
commit | 12900129bb8b4cd83d876ff22a2848e6a89acbc8 (patch) | |
tree | 51f7d375f61ec807fc84444a1806d335c20f94d1 /mod | |
parent | bd2139d16addf42b33f5f5cf90516022273bc8b6 (diff) | |
download | volse-hubzilla-12900129bb8b4cd83d876ff22a2848e6a89acbc8.tar.gz volse-hubzilla-12900129bb8b4cd83d876ff22a2848e6a89acbc8.tar.bz2 volse-hubzilla-12900129bb8b4cd83d876ff22a2848e6a89acbc8.zip |
reset testing values back to default
Diffstat (limited to 'mod')
-rw-r--r-- | mod/photos.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/photos.php b/mod/photos.php index c11d04192..f2df894c0 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -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` |