From 5750fb8353fe6e2df1a13163372e7364a8da4cd3 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 5 Aug 2002 15:01:48 +0000 Subject: [PATCH] bye bye computer git-svn-id: file:///svn/phpbb/trunk@2822 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index acf39373a5..d7731db490 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('', '', false); } }