From 0e36f8f6a5d4a97fc66e9033ebd8e186663f3d55 Mon Sep 17 00:00:00 2001 From: INOPIAE Date: Sun, 3 Nov 2013 20:38:52 +0100 Subject: bug 1219: added equal --- pages/account/43.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']; -- cgit v1.2.1