]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
NOTICES_PER_SECTION already defined in lib/noticesection.php, causing a warning
authorLeslie Michael Orchard <l.m.orchard@pobox.com>
Wed, 18 Feb 2009 03:59:48 +0000 (22:59 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Fri, 20 Feb 2009 21:39:08 +0000 (16:39 -0500)
lib/popularnoticesection.php

index 5380563b9e70ee48cb8590bc376d39b16cbb20fd..c7c7f02150407a850bbcc8a3172cfd8b05f90dfd 100644 (file)
@@ -31,8 +31,6 @@ if (!defined('LACONICA')) {
     exit(1);
 }
 
-define('NOTICES_PER_SECTION', 5);
-
 /**
  * Base class for sections showing lists of notices
  *