From ff8d08880cd536b3e153a0224c4167642d81ec76 Mon Sep 17 00:00:00 2001 From: INOPIAE Date: Sun, 26 Jan 2014 10:36:38 +0100 Subject: bug 550: fixed the wording for org client output --- pages/account/18.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pages/account/18.php') 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'] = ''; } /*?> -- cgit v1.2.1