diff options
author | INOPIAE <inopiae@cacert.org> | 2014-01-26 10:36:38 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2014-01-26 10:36:38 +0100 |
commit | ff8d08880cd536b3e153a0224c4167642d81ec76 (patch) | |
tree | 8ab9ffb6cfdd171e20134d68b2c415ab0f1fb848 /pages/account | |
parent | 89702110de33ccc80f956a3fae684e2816525076 (diff) | |
download | cacert-devel-ff8d08880cd536b3e153a0224c4167642d81ec76.tar.gz cacert-devel-ff8d08880cd536b3e153a0224c4167642d81ec76.tar.xz cacert-devel-ff8d08880cd536b3e153a0224c4167642d81ec76.zip |
bug 550: fixed the wording for org client output
Diffstat (limited to 'pages/account')
-rw-r--r-- | pages/account/18.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pages/account/18.php b/pages/account/18.php index 3641cd4..8c74b75 100644 --- a/pages/account/18.php +++ b/pages/account/18.php @@ -155,12 +155,12 @@ $status = array_key_exists('status',$_SESSION['_config']) ? intval($_SESSION['_c if($row['revoked'] > 0) $verified = _("Revoked"); if($row['revoked'] == 0) - $row['revoke'] = _("Not Revoked"); - if(!$row['cfname'] && !!$row['clname'] ){ + $row['revoke'] = _("Not revoked"); + if(!$row['cfname'] && !$row['clname'] ){ $row['cfname'] = _("Not recorded"); - $row['clname'] = _(""); + $row['clname'] = ''; $row['rfname'] = _("Not recorded"); - $row['rlname'] = _(""); + $row['rlname'] = ''; } /*?> |