aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-08-05 15:00:33 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-08-05 15:00:33 +0000
commit3f8d62a6454cf22bcb97b5e65d5d55d21d6c3f13 (patch)
tree83a325e1b7cade63d25f8ddf6f70f5fe65806856 /phpBB/includes
parentac288081ba897488763d40e51bb98496c68579fd (diff)
downloadforums-3f8d62a6454cf22bcb97b5e65d5d55d21d6c3f13.tar
forums-3f8d62a6454cf22bcb97b5e65d5d55d21d6c3f13.tar.gz
forums-3f8d62a6454cf22bcb97b5e65d5d55d21d6c3f13.tar.bz2
forums-3f8d62a6454cf22bcb97b5e65d5d55d21d6c3f13.tar.xz
forums-3f8d62a6454cf22bcb97b5e65d5d55d21d6c3f13.zip
The next thing to go wrong causes this computer to go flying ...
git-svn-id: file:///svn/phpbb/trunk@2821 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index f6758022cd..acf39373a5 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -609,7 +609,7 @@ function message_die($msg_code, $msg_text = '', $msg_title = '', $display_header
}
else
{
- page_header();
+ page_header('');
}
}