1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

fixing some bugs

git-svn-id: file:///svn/phpbb/trunk@5742 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2006-03-28 14:04:55 +00:00
parent 8936be1628
commit 20e6dbb389
5 changed files with 12 additions and 6 deletions

View File

@@ -184,6 +184,11 @@ class acp_reasons
trigger_error($user->lang['NO_REASON'] . adm_back_link($this->u_action));
}
if ($reason_row['reason_title'] == 'other')
{
trigger_error($user->lang['NO_REMOVE_DEFAULT_REASON'] . adm_back_link($this->u_action));
}
// Let the deletion be confirmed...
if (confirm_box(true))
{