appdb/include version.php

WineHQ wineowner at wine.codeweavers.com
Fri Sep 7 20:41:24 CDT 2007


ChangeSet ID:	31357
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2007/09/07 20:41:24

Modified files:
	include        : version.php 

Log message:
	Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
	Add a missing Table::AddRow() call and clean up some whitespace

Patch: http://cvs.winehq.org/patch.py?id=31357

Old revision  New revision  Changes     Path
 1.149         1.150         +4 -5       appdb/include/version.php

Index: appdb/include/version.php
diff -u -p appdb/include/version.php:1.149 appdb/include/version.php:1.150
--- appdb/include/version.php:1.149	8 Sep 2007  1:41:24 -0000
+++ appdb/include/version.php	8 Sep 2007  1:41:24 -0000
@@ -680,7 +680,7 @@ class version {
             $oTable->SetCellSpacing(0);
 
             $oTableRow = new TableRow();
-            
+
             $oTableCell = new TableCell("Rating");
             $oTableCell->SetClass("color4");
             $oTableRow->AddCell($oTableCell);
@@ -690,19 +690,18 @@ class version {
             $oTableCell->SetClass("color0");
             $oTableRow->AddCell($oTableCell);
 
-            
+            $oTable->AddRow($oTableRow);
             $oTableRow = new TableRow();
-            
+
             $oTableCell = new TableCell("Release");
             $oTableCell->SetClass("color1");
             $oTableRow->AddCell($oTableCell);
-            
 
             $oTableCell = new TableCell(make_bugzilla_version_list("sMaintainerRelease", $this->sTestedRelease));
             $oTableCell->SetClass("color0");
 
             $oTableRow->AddCell($oTableCell);
-            
+
             $oTable->AddRow($oTableRow);
 
             // output the table



More information about the wine-cvs mailing list