diff options
author | Benny Baumann <BenBE@geshi.org> | 2015-05-05 21:52:49 +0200 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2015-05-05 21:52:49 +0200 |
commit | 22b736103da26d5b4c19d7389d907ed6741b1ee4 (patch) | |
tree | 3c4aae2a215c017f87f50a8321f3ec607c3855e2 /pages | |
parent | 052e79ac77d5928340a8b7146030ef12a6f60701 (diff) | |
parent | f2bae896ea51449e491c4589c1a7702e8b8395d3 (diff) | |
download | cacert-devel-22b736103da26d5b4c19d7389d907ed6741b1ee4.tar.gz cacert-devel-22b736103da26d5b4c19d7389d907ed6741b1ee4.tar.xz cacert-devel-22b736103da26d5b4c19d7389d907ed6741b1ee4.zip |
Merge branch 'bug-1042' into testserver-stable
Diffstat (limited to 'pages')
-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 |