1
0
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:
Meik Sievertsen
2005-01-21 19:20:26 +00:00
parent 1438067953
commit e4be0ca799
13 changed files with 49 additions and 58 deletions

View File

@@ -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?