summaryrefslogtreecommitdiff
path: root/lib/profilelist.php
diff options
context:
space:
mode:
authorLeslie Michael Orchard <l.m.orchard@pobox.com>2009-02-17 23:25:00 -0500
committerEvan Prodromou <evan@controlyourself.ca>2009-02-20 16:37:39 -0500
commit17a6e6603058d412f3c3a7c6800f5d47fcf0def0 (patch)
tree4bcf44a4761da6d769a9f8fc826b9d10cebd137b /lib/profilelist.php
parent4da4c94678fecb0fbf06eaba0b71d3206eb89377 (diff)
PROFILES_PER_PAGE already defined in lib/common.php
Diffstat (limited to 'lib/profilelist.php')
-rw-r--r--lib/profilelist.php2
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
*