diff options
author | Bart van Bragt <bartvb@users.sourceforge.net> | 2001-11-26 22:42:35 +0000 |
---|---|---|
committer | Bart van Bragt <bartvb@users.sourceforge.net> | 2001-11-26 22:42:35 +0000 |
commit | 5aa70cf3bef775c18758bfdc8b66fb3b18ea9d80 (patch) | |
tree | f8d861b2003168046526e793f47360736cbf1e20 /phpBB/includes | |
parent | ff0c26e892e3d0d809a9439dad2608c3ae6557cf (diff) | |
download | forums-5aa70cf3bef775c18758bfdc8b66fb3b18ea9d80.tar forums-5aa70cf3bef775c18758bfdc8b66fb3b18ea9d80.tar.gz forums-5aa70cf3bef775c18758bfdc8b66fb3b18ea9d80.tar.bz2 forums-5aa70cf3bef775c18758bfdc8b66fb3b18ea9d80.tar.xz forums-5aa70cf3bef775c18758bfdc8b66fb3b18ea9d80.zip |
Fixed problem with disappearing Mozilla nav bar when message_die() is called
git-svn-id: file:///svn/phpbb/trunk@1458 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 063cc8027b..188e77d1f5 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -995,7 +995,7 @@ function username_search($search_match, $is_inline_review = 0, $default_list = " // function message_die($msg_code, $msg_text = "", $msg_title = "", $err_line = "", $err_file = "", $sql = "") { - global $db, $template, $board_config, $theme, $lang, $phpEx, $phpbb_root_path; + global $db, $template, $board_config, $theme, $lang, $phpEx, $phpbb_root_path, $nav_links; global $userdata, $user_ip, $session_length; global $starttime; |