From 3f8d62a6454cf22bcb97b5e65d5d55d21d6c3f13 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 5 Aug 2002 15:00:33 +0000 Subject: 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 --- phpBB/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes') 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(''); } } -- cgit v1.2.1