diff options
author | Leslie Michael Orchard <l.m.orchard@pobox.com> | 2009-02-17 22:59:48 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-02-20 16:39:08 -0500 |
commit | 76d506cf1644390a073e5178774675c60e1c3332 (patch) | |
tree | b11c9008e1439defb275d15c310f18f9c301f04e /lib/popularnoticesection.php | |
parent | 5bb32ccfd0d7bb813c8b35cfb0411625418c5402 (diff) |
NOTICES_PER_SECTION already defined in lib/noticesection.php, causing a warning
Diffstat (limited to 'lib/popularnoticesection.php')
-rw-r--r-- | lib/popularnoticesection.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/popularnoticesection.php b/lib/popularnoticesection.php index 5380563b9..c7c7f0215 100644 --- a/lib/popularnoticesection.php +++ b/lib/popularnoticesection.php @@ -31,8 +31,6 @@ if (!defined('LACONICA')) { exit(1); } -define('NOTICES_PER_SECTION', 5); - /** * Base class for sections showing lists of notices * |