aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorJonathan Stanley <shs@users.sourceforge.net>2007-02-10 01:55:53 +0000
committerJonathan Stanley <shs@users.sourceforge.net>2007-02-10 01:55:53 +0000
commitb8b1aa812b2713a7b261c94cde7e5af426086ce2 (patch)
treef0efb809c09e04f82d7d854341e03206db0090a9 /phpBB/adm
parent3062c3643df8b10dae9abf1165f1a4b8d1bbafe2 (diff)
downloadforums-b8b1aa812b2713a7b261c94cde7e5af426086ce2.tar
forums-b8b1aa812b2713a7b261c94cde7e5af426086ce2.tar.gz
forums-b8b1aa812b2713a7b261c94cde7e5af426086ce2.tar.bz2
forums-b8b1aa812b2713a7b261c94cde7e5af426086ce2.tar.xz
forums-b8b1aa812b2713a7b261c94cde7e5af426086ce2.zip
#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
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/index.php3
1 files changed, 0 insertions, 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();