[AppDB] Get rid of the old bugs.php

Tony Lambregts tony.lambregts at gmail.com
Tue Sep 27 20:13:28 CDT 2005


We have had the new bug links around for quite a wile now. Time to get rid of 
the old system.

Change log: Stop useing the old style bug links

files changed: appview.php

Files removed: bugs.php
-------------- next part --------------
Index: appview.php
===================================================================
RCS file: /home/wine/appdb/appview.php,v
retrieving revision 1.71
diff -u -r1.71 appview.php
--- appview.php	29 Jul 2005 02:02:41 -0000	1.71
+++ appview.php	28 Sep 2005 01:07:52 -0000
@@ -197,9 +197,6 @@
     echo "        <tr class=color0 valign=top><td width=\"100\"><b>Name</b></td><td width='100%'> ".$oApp->sName." </td>\n";
     echo "        <tr class=\"color1\"><td><b>Vendor</b></td><td> ".
          "        <a href='vendorview.php?vendorId=$oVendor->iVendorId'> ".$oVendor->sName." </a> &nbsp;\n";
-    echo "        <tr class=\"color0\"><td><b>BUGS</b></td><td> ".
-         "        <a href=\"bugs.php?appId=".$oApp->iAppId."\">Check for bugs in bugzilla </a> &nbsp;\n";
-    echo "        </td></tr>\n";
     echo "        <tr class=\"color0\"><td><b>Votes</b></td><td> ";
     echo vote_count_app_total($oApp->iAppId);
     echo "        </td></tr>\n";


More information about the wine-patches mailing list