1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-21 16:01:40 +02:00

some 2.0.x fixes for some annoying bugs and some not so annoying ones.

git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@6981 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2007-02-10 12:14:24 +00:00
parent 0896dc5eca
commit 5d7276af5a
8 changed files with 84 additions and 88 deletions

View File

@@ -420,7 +420,7 @@ else if ( $group_id )
WHERE aa.group_id = g.group_id
)
)
ORDER BY aa.auth_mod DESC";
ORDER BY auth_mod DESC";
break;
case 'oracle':