From b8b1aa812b2713a7b261c94cde7e5af426086ce2 Mon Sep 17 00:00:00 2001 From: Jonathan Stanley Date: Sat, 10 Feb 2007 01:55:53 +0000 Subject: [PATCH] #6872 Missed this one... suprised no one complained about warnings or whatever. git-svn-id: file:///svn/phpbb/trunk@6979 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/index.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php index e441b9ff7f..5cee30b4c2 100644 --- a/phpBB/adm/index.php +++ b/phpBB/adm/index.php @@ -63,9 +63,6 @@ $template->assign_var('T_TEMPLATE_PATH', $phpbb_admin_path . 'style'); // the acp template is never stored in the database $user->theme['template_storedb'] = false; -// Force pagination seperation for admin style -$user->theme['pagination_sep'] = ''; - // Instantiate new module $module = new p_master();