diff options
-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> |