diff options
author | Michael Tänzer <neo@nhng.de> | 2013-06-12 01:51:03 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2013-06-12 01:51:03 +0200 |
commit | a3dbfe74d3521763418f44943a7ccfd974bc33bd (patch) | |
tree | 7c43b04d36c9347d5e4b4aed85597f1ff5afae8e /pages | |
parent | 27ac5abedec3101aff2107d7d18c9278af2fd724 (diff) | |
download | cacert-devel-a3dbfe74d3521763418f44943a7ccfd974bc33bd.tar.gz cacert-devel-a3dbfe74d3521763418f44943a7ccfd974bc33bd.tar.xz cacert-devel-a3dbfe74d3521763418f44943a7ccfd974bc33bd.zip |
bug 782: Actually show the expiry date not the revocation date
Signed-off-by: Michael Tänzer <neo@nhng.de>
Diffstat (limited to 'pages')
-rw-r--r-- | pages/account/6.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/6.php b/pages/account/6.php index 557af44..ae72730 100644 --- a/pages/account/6.php +++ b/pages/account/6.php @@ -190,7 +190,7 @@ </tr> <tr> <td class="DataTD"><?=_("Expires")?></td> - <td class="DataTD"><?=$row['revoke']?></td> + <td class="DataTD"><?=$row['expires']?></td> </tr> <tr> <td class="DataTD"><?=_("Login")?></td> |