diff options
Diffstat (limited to 'pages/account/18.php')
-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'] = ''; } /*?> |