diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-16 11:12:32 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-16 11:12:32 +0000 |
commit | d387e476bcc5c6d41bb6536530d11ed3aa34c682 (patch) | |
tree | b74e4d32f6e9069060f9d8a6d806b46de42d521b /phpBB/common.php | |
parent | 83bc62fb2d6b02cf26e115e370db756e0d1b0683 (diff) | |
download | forums-d387e476bcc5c6d41bb6536530d11ed3aa34c682.tar forums-d387e476bcc5c6d41bb6536530d11ed3aa34c682.tar.gz forums-d387e476bcc5c6d41bb6536530d11ed3aa34c682.tar.bz2 forums-d387e476bcc5c6d41bb6536530d11ed3aa34c682.tar.xz forums-d387e476bcc5c6d41bb6536530d11ed3aa34c682.zip |
Topic review changes + updates
git-svn-id: file:///svn/phpbb/trunk@1220 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/common.php')
-rw-r--r-- | phpBB/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/common.php b/phpBB/common.php index fad64a7fd9..ea5f7a7e4b 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -101,6 +101,7 @@ $userdata = Array(); $theme = Array(); $images = Array(); $lang = Array(); +$gen_simple_header = FALSE; @include($phpbb_root_path . 'config.'.$phpEx); |