From 3e7ce62dde98e24d54e7a531c60c2fc90af7b1cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Tue, 22 Jan 2008 15:47:40 +0100 Subject: [PATCH] Fix bug link processing --- include/bugs.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/bugs.php b/include/bugs.php index fce1755..34cdd5d 100644 --- a/include/bugs.php +++ b/include/bugs.php @@ -175,8 +175,8 @@ class Bug if(!$this->bQueued) return false; - if(query_parameters("UPDATE buglinks SET queued = '?' WHERE linkId='?'", - "false", $this->iLinkId)) + if(query_parameters("UPDATE buglinks SET state = '?' WHERE linkId='?'", + 'accepted', $this->iLinkId)) { $this->bQueued = false; // we send an e-mail to interested people