diff options
-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']; |