From 7cda8ec23965f238fa1a377386b4cb894615712b Mon Sep 17 00:00:00 2001 From: Ludovic Arnaud Date: Thu, 7 Nov 2002 03:20:33 +0000 Subject: Subforums update take #1 git-svn-id: file:///svn/phpbb/trunk@3010 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/forums_display.php | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'phpBB/includes/forums_display.php') diff --git a/phpBB/includes/forums_display.php b/phpBB/includes/forums_display.php index 7810118158..ced439881c 100644 --- a/phpBB/includes/forums_display.php +++ b/phpBB/includes/forums_display.php @@ -1,6 +1,6 @@ $left_id AND left_id < $right_id" : ''; + $sql = 'SELECT * FROM ' . FORUMS_TABLE . $where_sql . ' ORDER BY left_id ASC'; + $result = $db->sql_query($sql); + + $cat_header = + while ($row = $db->sql_fetchrow($result)) + { + + } + +} + foreach ($forum_rows as $row) { extract($row); -- cgit v1.2.1