diff options
Diffstat (limited to 'pages/account/5.php')
-rw-r--r-- | pages/account/5.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/5.php b/pages/account/5.php index d70916a..2815261 100644 --- a/pages/account/5.php +++ b/pages/account/5.php @@ -50,7 +50,7 @@ $query .= " AND `revoked`=0 AND `renewed`=0 "; $query .= " GROUP BY `emailcerts`.`id` "; if($viewall != 1) - $query .= " HAVING `timeleft` > 0 or `expires` = 0"; + $query .= " HAVING `timeleft` > 0 or `expires` = 0 "; $query .= " ORDER BY `modified` desc"; // echo $query."<br>\n"; $res = mysql_query($query); |