From 370e189f156730f3ea602052737fb6995c85c23c Mon Sep 17 00:00:00 2001 From: David M Date: Tue, 8 Jan 2008 06:44:05 +0000 Subject: - make viewforum work again - remove the lower case functions, they were stupid anyway - added some indexes - added a group_name_clean column git-svn-id: file:///svn/phpbb/trunk@8315 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewforum.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/viewforum.php') diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index 9be5d70ff0..33e96d5b58 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -494,7 +494,7 @@ if (sizeof($shadow_topic_list)) $row = array_merge($row, array( 'topic_moved_id' => $rowset[$orig_topic_id]['topic_moved_id'], 'topic_status' => $rowset[$orig_topic_id]['topic_status'], - 'topic_type' => $rowset[$orig_topic_id]['topic_type']) + 'topic_type' => $rowset[$orig_topic_id]['topic_type'], )); $rowset[$orig_topic_id] = $row; -- cgit v1.2.1