diff options
author | Benny Baumann <BenBE@geshi.org> | 2015-05-05 21:52:36 +0200 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2015-05-05 21:52:36 +0200 |
commit | f2bae896ea51449e491c4589c1a7702e8b8395d3 (patch) | |
tree | ff005e6a63d06b06cc724c57f2c3a067bfe6baa8 /pages/account | |
parent | e3bf0049afe291472274900e438048ec809b13c4 (diff) | |
parent | 519f297a18c6645c9a015b366d4b2ca9478fac41 (diff) | |
download | cacert-devel-f2bae896ea51449e491c4589c1a7702e8b8395d3.tar.gz cacert-devel-f2bae896ea51449e491c4589c1a7702e8b8395d3.tar.xz cacert-devel-f2bae896ea51449e491c4589c1a7702e8b8395d3.zip |
Merge branch 'bug-1058' into bug-1042
Diffstat (limited to 'pages/account')
-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 |