From 676c83cc870cb9f686d1e45b8adf6d13a69a3761 Mon Sep 17 00:00:00 2001 From: e107steved Date: Sun, 6 Jan 2008 09:48:54 +0000 Subject: [PATCH] Missed one on previous commit --- online.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/online.php b/online.php index a7f3457ab..b9229c103 100644 --- a/online.php +++ b/online.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/online.php,v $ -| $Revision: 1.4 $ -| $Date: 2008-01-06 09:38:33 $ +| $Revision: 1.5 $ +| $Date: 2008-01-06 09:48:54 $ | $Author: e107steved $ +----------------------------------------------------------------------------+ */ @@ -112,6 +112,9 @@ foreach($listuserson as $uinfo => $pinfo) case 'top' : $online_location_page = TOP; break; + case 'oldpolls' : + $online_location_page = OLDPOLLS; + break; //commonly used plugin pages case 'bugtracker' : $online_location_page = BUGTRACKER;