...
|
...
|
@@ -60,7 +60,7 @@ if ($_GET['action'] == 'new') {
|
60
|
60
|
$account_string = $account['local'].'@'.$account['domain'];
|
61
|
61
|
$sure = user_is_sure();
|
62
|
62
|
if ($sure === null) {
|
63
|
|
- are_you_sure("action=delete&account={$_GET['account']}", "Möchten Sie den Account »".filter_output_html($account_string})."« wirklich löschen?");
|
|
63
|
+ are_you_sure("action=delete&account={$_GET['account']}", "Möchten Sie den Account »".filter_output_html($account_string)."« wirklich löschen?");
|
64
|
64
|
} elseif ($sure === true) {
|
65
|
65
|
delete_jabber_account($account['id']);
|
66
|
66
|
if (! $debugmode) {
|