[appdb] New bug links are automatically added to the database

Frédéric Delanoy frederic.delanoy at gmail.com
Thu May 1 09:00:58 CDT 2014


Review occurs after the link has been added, and is not a prerequisite.
---
 include/bugs.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/bugs.php b/include/bugs.php
index d933b7c..023eccd 100644
--- a/include/bugs.php
+++ b/include/bugs.php
@@ -269,7 +269,7 @@ class Bug
             {
                 $sSubject = "Link between Bug ".$this->iBug_id." and ".$sAppName." submitted by ".$_SESSION['current']->sRealname;
                 $sMsg .= "This Bug Link has been queued.\n";
-                addmsg("The Bug Link you submitted will be added to the database after being reviewed.", "green");
+                addmsg("The Bug Link you submitted has been tentatively added to the database and queued for review by the app maintainer or an administrator.", "green");
             }
         } else // Bug Link deleted.
         {
-- 
1.9.2




More information about the wine-patches mailing list