diff options
Diffstat (limited to 'utils/modules/guestbook.php')
-rw-r--r-- | utils/modules/guestbook.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/modules/guestbook.php b/utils/modules/guestbook.php index 92fe732..039cd2c 100644 --- a/utils/modules/guestbook.php +++ b/utils/modules/guestbook.php @@ -339,7 +339,7 @@ class Guestbook { default: if($show == "all") $showposts = -1; - else $showposts = 7; + else $showposts = 12; break; } } |