diff options
Diffstat (limited to 'pages/account/55.php')
-rw-r--r-- | pages/account/55.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/55.php b/pages/account/55.php index 1f01771..2032b18 100644 --- a/pages/account/55.php +++ b/pages/account/55.php @@ -94,7 +94,7 @@ FROM `users` AS `u`, `notary` AS `n` WHERE `u`.`id` = \''.intval($_SESSION['profile']['id']).'\' - AND `n`.`method` != 'Administrative Increase' AND `n`.`from` != `n`.`to` + AND `n`.`method` != \'Administrative Increase\' AND `n`.`from` != `n`.`to` AND `n`.`to` = `u`.`id` AND `expire` < NOW() AND `n`.`deleted` = 0 |