mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-29 06:26:22 +01:00
- removed unnecessary pm options
- added one option to clearly define email visibility git-svn-id: file:///svn/phpbb/trunk@5071 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1315,7 +1315,7 @@ function category_select($select_name, $group_id = FALSE)
|
||||
|
||||
$group_select .= '</select>';
|
||||
|
||||
return($group_select);
|
||||
return $group_select;
|
||||
}
|
||||
|
||||
// Extension group select
|
||||
@@ -1396,7 +1396,7 @@ function download_select($select_name, $group_id = false)
|
||||
|
||||
$group_select .= '</select>';
|
||||
|
||||
return($group_select);
|
||||
return $group_select;
|
||||
}
|
||||
|
||||
// Upload already uploaded file... huh? are you kidding?
|
||||
|
||||
Reference in New Issue
Block a user