removed Pagination

This commit is contained in:
Rabuzarus 2014-12-26 12:54:23 +01:00
parent cb47fdfcb9
commit f59e574068
1 changed files with 0 additions and 1 deletions

View File

@ -1267,7 +1267,6 @@ function photos_content(&$a) {
));
$o .= '<div id="photo-album-end"></div>';
$o .= paginate($a);
return $o;