diff options
author | Jonathan Stanley <shs@users.sourceforge.net> | 2007-02-10 01:55:53 +0000 |
---|---|---|
committer | Jonathan Stanley <shs@users.sourceforge.net> | 2007-02-10 01:55:53 +0000 |
commit | b8b1aa812b2713a7b261c94cde7e5af426086ce2 (patch) | |
tree | f0efb809c09e04f82d7d854341e03206db0090a9 /phpBB/adm | |
parent | 3062c3643df8b10dae9abf1165f1a4b8d1bbafe2 (diff) | |
download | forums-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.php | 3 |
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(); |