diff options
author | Chris Smith <toonarmy@phpbb.com> | 2008-09-04 11:39:25 +0000 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2008-09-04 11:39:25 +0000 |
commit | 0dbe7e3b6cd450342d3c566eb2caf36ca1b5db8e (patch) | |
tree | 487aac1350289566636b7d1b9cbb629400145040 /phpBB/includes/functions.php | |
parent | f2abefeaed267a405ae1ccafba7ce2a52794fadc (diff) | |
download | forums-0dbe7e3b6cd450342d3c566eb2caf36ca1b5db8e.tar forums-0dbe7e3b6cd450342d3c566eb2caf36ca1b5db8e.tar.gz forums-0dbe7e3b6cd450342d3c566eb2caf36ca1b5db8e.tar.bz2 forums-0dbe7e3b6cd450342d3c566eb2caf36ca1b5db8e.tar.xz forums-0dbe7e3b6cd450342d3c566eb2caf36ca1b5db8e.zip |
Remove caching of templates from the database completely, themes is cut down ready for a complete chop, and fix the installer :)
git-svn-id: file:///svn/phpbb/trunk@8812 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 1d711540b0..d737fbb3a4 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -2372,9 +2372,6 @@ function login_box($redirect = '', $l_explain = '', $l_success = '', $admin = fa // Set custom template for admin area $template->set_custom_template(PHPBB_ADMIN_PATH . 'style', 'admin'); $template->assign_var('T_TEMPLATE_PATH', PHPBB_ADMIN_PATH . 'style'); - - // the acp template is never stored in the database - $user->theme['template_storedb'] = false; } // Print out error if user tries to authenticate as an administrator without having the privileges... |