diff options
author | INOPIAE <inopiae@cacert.org> | 2013-07-13 17:38:14 +0200 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2013-07-13 17:38:14 +0200 |
commit | 68017fbfaf8aedaa67d6077c81caeddc4b9b9b48 (patch) | |
tree | abc140bab822bf9cf894d0ed9babe64bc37177ae /pages/account/18.php | |
parent | 28415701f781cd5ea4e4e3f14eb8bac1c7f4e791 (diff) | |
download | cacert-devel-68017fbfaf8aedaa67d6077c81caeddc4b9b9b48.tar.gz cacert-devel-68017fbfaf8aedaa67d6077c81caeddc4b9b9b48.tar.xz cacert-devel-68017fbfaf8aedaa67d6077c81caeddc4b9b9b48.zip |
bug 1010: new gui for org server certs
Diffstat (limited to 'pages/account/18.php')
-rw-r--r-- | pages/account/18.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pages/account/18.php b/pages/account/18.php index 5d45f37..05f30de 100644 --- a/pages/account/18.php +++ b/pages/account/18.php @@ -91,7 +91,6 @@ if(array_key_exists('status',$_SESSION['_config'])) $status=intval($_SESSION['_c <td colspan="9" class="DataTD"> </td> </tr> -//rebuild query <? $query = "select UNIX_TIMESTAMP(`oemail`.`created`) as `created`, UNIX_TIMESTAMP(`oemail`.`expire`) - UNIX_TIMESTAMP() as `timeleft`, |