From d24f5d734b2a2f059005ce45241d6564fea047e3 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 31 May 2005 18:54:00 +0000 Subject: some language additions and tiny bugfixes related to the request_var change git-svn-id: file:///svn/phpbb/trunk@5156 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'phpBB/index.php') diff --git a/phpBB/index.php b/phpBB/index.php index 5b135a1d1c..e01fdc6809 100644 --- a/phpBB/index.php +++ b/phpBB/index.php @@ -37,7 +37,8 @@ $l_total_topic_s = ($total_topics == 0) ? 'TOTAL_TOPICS_ZERO' : 'TOTAL_TOPICS_OT // Grab group details for legend display $sql = 'SELECT group_id, group_name, group_colour, group_type FROM ' . GROUPS_TABLE . ' - WHERE group_legend = 1'; + WHERE group_legend = 1 + AND group_type <> ' . GROUP_HIDDEN; $result = $db->sql_query($sql); $legend = ''; -- cgit v1.2.1