|
From: Jonathan H. <the...@us...> - 2001-12-28 22:24:13
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv13574 Modified Files: index.php Log Message: more fixes for postgres.. Index: index.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/index.php,v retrieving revision 1.88 retrieving revision 1.89 diff -C2 -r1.88 -r1.89 *** index.php 2001/12/28 19:55:27 1.88 --- index.php 2001/12/28 22:24:09 1.89 *************** *** 166,170 **** $limit_forums ) ! ORDER BY f.cat_id, f.forum_order"; break; --- 166,170 ---- $limit_forums ) ! ORDER BY cat_id, forum_order"; break; |