diff options
author | INOPIAE <inopiae@cacert.org> | 2013-11-03 20:38:52 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2013-11-03 20:38:52 +0100 |
commit | 0e36f8f6a5d4a97fc66e9033ebd8e186663f3d55 (patch) | |
tree | 40ac6571634b21772b6ec15e7d60ad11d241e691 | |
parent | 1e721b60cb4d690ed612f443b1d162e0b9f6216e (diff) | |
download | cacert-devel-0e36f8f6a5d4a97fc66e9033ebd8e186663f3d55.tar.gz cacert-devel-0e36f8f6a5d4a97fc66e9033ebd8e186663f3d55.tar.xz cacert-devel-0e36f8f6a5d4a97fc66e9033ebd8e186663f3d55.zip |
bug 1219: added equalbug-1219
-rw-r--r-- | pages/account/43.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/43.php b/pages/account/43.php index 81c3dc5..53b24d3 100644 --- a/pages/account/43.php +++ b/pages/account/43.php @@ -647,7 +647,7 @@ include_once($_SESSION['_config']['filepath']."/includes/notary.inc.php"); $query = "select COUNT(*) as `expired` from `gpg` where `memid` = '".intval($row['id'])."' - and `expire` < NOW()"; + and `expire` <= NOW()"; $dres = mysql_query($query); $drow = mysql_fetch_assoc($dres); $expired = $drow['expired']; |