|
From: Jonathan H. <the...@us...> - 2001-12-28 19:55:30
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv32632 Modified Files: index.php Log Message: Fix for bug #488041.. Forum ordering on Postgres Index: index.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/index.php,v retrieving revision 1.87 retrieving revision 1.88 diff -C2 -r1.87 -r1.88 *** index.php 2001/12/24 16:33:17 1.87 --- index.php 2001/12/28 19:55:27 1.88 *************** *** 165,169 **** ) $limit_forums ! )"; break; --- 165,170 ---- ) $limit_forums ! ) ! ORDER BY f.cat_id, f.forum_order"; break; *************** *** 473,475 **** include($phpbb_root_path . 'includes/page_tail.'.$phpEx); ! ?> \ No newline at end of file --- 474,476 ---- include($phpbb_root_path . 'includes/page_tail.'.$phpEx); ! ?> |