From 08dfd72bad9c4d245cf853e378353da568856724 Mon Sep 17 00:00:00 2001 From: Mike Cochrane Date: Sat, 19 Jul 2008 22:55:46 -0400 Subject: A couple more notice errors darcs-hash:20080720025546-533db-7044949bfaa6676c86f3e1d84d20ecb85aab0937.gz --- actions/peoplesearch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions') diff --git a/actions/peoplesearch.php b/actions/peoplesearch.php index f700cf46e..adacc0954 100644 --- a/actions/peoplesearch.php +++ b/actions/peoplesearch.php @@ -20,7 +20,7 @@ if (!defined('LACONICA')) { exit(1); } require_once(INSTALLDIR.'/lib/searchaction.php'); -define(PROFILES_PER_PAGE, 10); +define('PROFILES_PER_PAGE', 10); class PeoplesearchAction extends SearchAction { -- cgit v1.2.3-54-g00ecf