From ae5f457eac2445183eef3af965ee25dac7761b25 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Wed, 5 Dec 2001 00:50:12 +0000 Subject: [PATCH] Fixed bug #488016 git-svn-id: file:///svn/phpbb/trunk@1512 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 897941ee89..ba500f1daa 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -147,20 +147,18 @@ function make_jumpbox($match_forum_id = 0) $forum_rows = $db->sql_fetchrowset($q_forums); $boxstring = ''; } else @@ -1169,4 +1176,4 @@ function message_die($msg_code, $msg_text = "", $msg_title = "", $err_line = "", } -?> +?> \ No newline at end of file