[AppDB] Make the application version show the resolution of a bug.

Tony Lambregts tony.lambregts at gmail.com
Fri Aug 12 20:49:39 CDT 2005


Change Log: Use the correct (non-capitalized) name for resolution

Files Changed: include/bugs.php









-------------- next part --------------
Index: include/bugs.php
===================================================================
RCS file: /home/wine/appdb/include/bugs.php,v
retrieving revision 1.3
diff -u -r1.3 bugs.php
--- include/bugs.php	30 Jul 2005 03:15:50 -0000	1.3
+++ include/bugs.php	13 Aug 2005 01:43:20 -0000
@@ -52,7 +52,7 @@
                         $oRow = mysql_fetch_object($hResult);
                         $this->sShort_desc = $oRow->short_desc;
                         $this->sBug_status = $oRow->bug_status;
-                        $this->sResolution = $oRow->Resolution;
+                        $this->sResolution = $oRow->resolution;
                     }
                 }
             }


More information about the wine-patches mailing list