diff options
author | Michael Tänzer <neo@nhng.de> | 2013-07-31 22:19:29 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2013-07-31 22:19:29 +0200 |
commit | 945f334cc612b6f853d926163815f71242ea342a (patch) | |
tree | 5b3c5ad7dc04a9c89008266e8b22a92e2c185dc5 /includes | |
parent | 8eda282ba927f7c6aea540cacbd2b91e80b3f640 (diff) | |
download | cacert-devel-945f334cc612b6f853d926163815f71242ea342a.tar.gz cacert-devel-945f334cc612b6f853d926163815f71242ea342a.tar.xz cacert-devel-945f334cc612b6f853d926163815f71242ea342a.zip |
bug 893: Doh, forgot to adjust variable after copy & paste
Signed-off-by: Michael Tänzer <neo@nhng.de>
Diffstat (limited to 'includes')
-rw-r--r-- | includes/notary.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/notary.inc.php b/includes/notary.inc.php index 1fcd825..819fb0b 100644 --- a/includes/notary.inc.php +++ b/includes/notary.inc.php @@ -814,7 +814,7 @@ $query = "select `domaincerts`.`id` from `domaincerts` - where `domaincerts`.`domid` = '$id' + where `domaincerts`.`domid` = '$domainid' union distinct select `domaincerts`.`id` from `domaincerts`, `domlink` |