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:
@@ -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':
|
||||
|
Reference in New Issue
Block a user