appdb/include version.php
ChangeSet ID: 31273 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2007/07/23 20:50:19 Modified files: include : version.php Log message: Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> Fix version list to display missing tested release field Patch: http://cvs.winehq.org/patch.py?id=31273 Old revision New revision Changes Path 1.139 1.140 +4 -0 appdb/include/version.php Index: appdb/include/version.php diff -u -p appdb/include/version.php:1.139 appdb/include/version.php:1.140 --- appdb/include/version.php:1.139 24 Jul 2007 1:50:19 -0000 +++ appdb/include/version.php 24 Jul 2007 1:50:19 -0000 @@ -1145,6 +1145,10 @@ class version { $oTableCell->SetAlign("center"); $oTableRow->AddCell($oTableCell); + $oTableCell = new TableCell($oVersion->sTestedRelease); + $oTableCell->SetAlign("center"); + $oTableRow->AddCell($oTableCell); + $oTableCell = new TableCell(testData::get_testdata_count_for_versionid($oVersion->iVersionId)); $oTableCell->SetAlign("center"); $oTableRow->AddCell($oTableCell);
participants (1)
-
WineHQ