diff --git a/pages/account/5.php b/pages/account/5.php index 1ef6aad..d20060f 100644 --- a/pages/account/5.php +++ b/pages/account/5.php @@ -15,10 +15,11 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ ?> +
- + @@ -41,10 +42,10 @@ from `emailcerts` where `emailcerts`.`memid`='".$_SESSION['profile']['id']."' "; - if($_GET['viewall'] != 1) + if($viewall != 1) $query .= " AND `revoked`=0 AND `renewed`=0 "; $query .= " GROUP BY `emailcerts`.`id` "; - if($_GET['viewall'] != 1) + if($viewall != 1) $query .= " HAVING `timeleft` > 0 "; $query .= " ORDER BY `emailcerts`.`modified` desc"; // echo $query."
\n"; @@ -93,7 +94,7 @@
- -
- +