Author: mike
Date: 2007-06-01 10:00:47 -0400 (Fri, 01 Jun 2007)
New Revision: 448
Log:
Allow "Web Site" version for RFEs against the web site.


Modified:
   trunk/phplib/db-str.php

Modified: trunk/phplib/db-str.php
===================================================================
--- trunk/phplib/db-str.php     2007-05-07 19:26:00 UTC (rev 447)
+++ trunk/phplib/db-str.php     2007-06-01 14:00:47 UTC (rev 448)
@@ -967,8 +967,9 @@
       if (!$data[1] && $LOGIN_LEVEL < AUTH_DEVEL)
         continue;
 
-      if ($this->priority == STR_PRIORITY_RFE && !strpos($data[2], "-feature") 
&&
-          $name != "fix_version")
+      if ($this->priority == STR_PRIORITY_RFE &&
+          !strpos($data[2], "-feature") && $name != "fix_version" &&
+          $data[2] != "Web Site")
         continue;
 
       if ($data[2] == $value)
@@ -1065,7 +1066,8 @@
 
     if ($this->str_version == "" ||
         ($this->priority == STR_PRIORITY_RFE &&
-        !strpos($this->str_version, "-feature")))
+        !strpos($this->str_version, "-feature") &&
+         $this->str_version != "Web Site"))
     {
       $this->str_version_valid = FALSE;
       $valid = FALSE;

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to