1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 04:04:12 +02:00

Changed url target method for BBcode help links

git-svn-id: file:///svn/phpbb/trunk@5522 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Tom Beddard
2006-02-04 23:01:07 +00:00
parent e64bee53ff
commit 0e0e36a86f
4 changed files with 4 additions and 3 deletions

View File

@@ -855,6 +855,7 @@ class ucp_groups
WHERE ug.user_id = ' . $user->data['user_id'] . '
AND g.group_id = ug.group_id
AND ug.group_leader = 1
GROUP BY g.group_id
ORDER BY g.group_type DESC, g.group_name';
$result = $db->sql_query($sql);