Skip to content

Commit

Permalink
too much removed in [1001]
Browse files Browse the repository at this point in the history
  • Loading branch information
brian committed Apr 12, 2006
1 parent f3057f8 commit abbc4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion list.php
Expand Up @@ -118,7 +118,7 @@
$pages_shown = (isset($PHORUM["TMP"]["list_pages_shown"])) ? $PHORUM["TMP"]["list_pages_shown"] : 11;

// first $pages_shown pages
if($page - floor($pages_shown/2) || $page <= $pages_shown){
if($page - floor($pages_shown/2) <= 0 || $page <= $pages_shown){
$page_start=1;

// last $pages_shown pages
Expand Down

0 comments on commit abbc4de

Please sign in to comment.