Alexander Nicolaysen Sørnes : Fix bug link processing

Chris Morgan cmorgan at winehq.org
Tue Jan 22 11:16:03 CST 2008


Module: appdb
Branch: master
Commit: 3e7ce62dde98e24d54e7a531c60c2fc90af7b1cf
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=3e7ce62dde98e24d54e7a531c60c2fc90af7b1cf

Author: Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
Date:   Tue Jan 22 15:47:40 2008 +0100

Fix bug link processing

---

 include/bugs.php |    4 ++--
 1 files 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




More information about the wine-cvs mailing list