diff options
author | David M <davidmj@users.sourceforge.net> | 2006-03-22 02:28:41 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2006-03-22 02:28:41 +0000 |
commit | 0f32198272674358d82b9c659748b7df8e624913 (patch) | |
tree | c188caa75767175f723fbdbe9cd9e3ae136f0e51 | |
parent | b2f24f965cc2a881f06a68a1928afc78979e0de2 (diff) | |
download | forums-0f32198272674358d82b9c659748b7df8e624913.tar forums-0f32198272674358d82b9c659748b7df8e624913.tar.gz forums-0f32198272674358d82b9c659748b7df8e624913.tar.bz2 forums-0f32198272674358d82b9c659748b7df8e624913.tar.xz forums-0f32198272674358d82b9c659748b7df8e624913.zip |
- Bug 1200
git-svn-id: file:///svn/phpbb/trunk@5691 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/includes/functions_profile_fields.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/functions_profile_fields.php b/phpBB/includes/functions_profile_fields.php index 495c9ef08b..aabf0a8236 100644 --- a/phpBB/includes/functions_profile_fields.php +++ b/phpBB/includes/functions_profile_fields.php @@ -177,7 +177,6 @@ class custom_profile " . (($mode == 'register') ? ' AND f.field_show_on_reg = 1' : '') . (($auth->acl_gets('a_', 'm_') && $mode == 'profile') ? '' : ' AND f.field_hide = 0') . ' AND l.field_id = f.field_id - GROUP BY f.field_id ORDER BY f.field_order'; $result = $db->sql_query($sql); |