diff options
author | INOPIAE <inopiae@cacert.org> | 2013-02-20 00:20:09 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2013-02-20 00:20:09 +0100 |
commit | 8de81b5782fde5865763c331b288af9a8ecea83c (patch) | |
tree | ddcae2a7934429c689ca8497bb8a9849c0bc3c9c | |
parent | 64e2d63b914fdde2984cf7c133b2e6fa280d5148 (diff) | |
download | cacert-devel-8de81b5782fde5865763c331b288af9a8ecea83c.tar.gz cacert-devel-8de81b5782fde5865763c331b288af9a8ecea83c.tar.xz cacert-devel-8de81b5782fde5865763c331b288af9a8ecea83c.zip |
bug 569: small typo fix
-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 |