diff options
-rw-r--r-- | includes/account.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/account.php b/includes/account.php index 8f3d96c..c8b9926 100644 --- a/includes/account.php +++ b/includes/account.php @@ -153,7 +153,7 @@ foreach($_REQUEST['delid'] as $id) { if (0==$delcount) { - echo _('The following accounts have been removed:').'<br>\n'; + echo _('The following accounts have been removed:')."<br>\n"; } $id = intval($id); $query = "select * from `email` where `id`='$id' and `memid`='".intval($_SESSION['profile']['id'])."' and |