diff options
author | Leslie Michael Orchard <l.m.orchard@pobox.com> | 2009-02-17 23:25:00 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-02-20 16:37:39 -0500 |
commit | 17a6e6603058d412f3c3a7c6800f5d47fcf0def0 (patch) | |
tree | 4bcf44a4761da6d769a9f8fc826b9d10cebd137b | |
parent | 4da4c94678fecb0fbf06eaba0b71d3206eb89377 (diff) |
PROFILES_PER_PAGE already defined in lib/common.php
-rw-r--r-- | lib/profilelist.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/profilelist.php b/lib/profilelist.php index 8bef49dce..c2040fbc2 100644 --- a/lib/profilelist.php +++ b/lib/profilelist.php @@ -34,8 +34,6 @@ if (!defined('LACONICA')) { require_once INSTALLDIR.'/lib/widget.php'; -define('PROFILES_PER_PAGE', 20); - /** * Widget to show a list of profiles * |