diff options
author | the_systech <the_systech@users.sourceforge.net> | 2001-12-28 22:24:09 +0000 |
---|---|---|
committer | the_systech <the_systech@users.sourceforge.net> | 2001-12-28 22:24:09 +0000 |
commit | a4b2f460ee977bd938f1fc889cb5a64e07e08480 (patch) | |
tree | 7d20afe4b945dab0c629e5d0b44b529a4b9c169e /phpBB/index.php | |
parent | 2a5ce3cfe1cfc27fc0c5817e7c069ae4ff33f10e (diff) | |
download | forums-a4b2f460ee977bd938f1fc889cb5a64e07e08480.tar forums-a4b2f460ee977bd938f1fc889cb5a64e07e08480.tar.gz forums-a4b2f460ee977bd938f1fc889cb5a64e07e08480.tar.bz2 forums-a4b2f460ee977bd938f1fc889cb5a64e07e08480.tar.xz forums-a4b2f460ee977bd938f1fc889cb5a64e07e08480.zip |
more fixes for postgres..
git-svn-id: file:///svn/phpbb/trunk@1736 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/index.php')
-rw-r--r-- | phpBB/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/index.php b/phpBB/index.php index 6b63ee40f8..6854545463 100644 --- a/phpBB/index.php +++ b/phpBB/index.php @@ -165,7 +165,7 @@ if($total_categories = $db->sql_numrows($q_categories)) ) $limit_forums ) - ORDER BY f.cat_id, f.forum_order"; + ORDER BY cat_id, forum_order"; break; case 'oracle': |