From 84b1f41279fb7259c206047ff965977935137e35 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 4 Jul 2008 18:13:36 -0400 Subject: fix galleries darcs-hash:20080704221336-84dde-910c073092eecda6ad2a62cb2aef720c8a14962b.gz --- lib/gallery.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/gallery.php b/lib/gallery.php index f227c93d2..c6a4956f8 100644 --- a/lib/gallery.php +++ b/lib/gallery.php @@ -19,9 +19,9 @@ if (!defined('LACONICA')) { exit(1); } -# 9x9 +# 10x8 -define('AVATARS_PER_PAGE', 81); +define('AVATARS_PER_PAGE', 80); class GalleryAction extends Action { -- cgit v1.2.3-54-g00ecf