appdb/include version.php

WineHQ wineowner at wine.codeweavers.com
Mon Jul 23 17:03:02 CDT 2007


ChangeSet ID:	31268
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2007/07/23 17:03:02

Modified files:
	include        : version.php 

Log message:
	Chris Morgan <cmorgan at alum.wpi.edu>
	Create a new TableRow() so we aren't adding entries to a previously used TableRow

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

Old revision  New revision  Changes     Path
 1.138         1.139         +1 -0       appdb/include/version.php

Index: appdb/include/version.php
diff -u -p appdb/include/version.php:1.138 appdb/include/version.php:1.139
--- appdb/include/version.php:1.138	23 Jul 2007 22: 3: 2 -0000
+++ appdb/include/version.php	23 Jul 2007 22: 3: 2 -0000
@@ -635,6 +635,7 @@ class version {
         $oTable->AddRow($oTableRow);
 
         // version license
+        $oTableRow = new TableRow();
         $oTableCell = new TableCell("License");
         $oTableCell->SetBold(true);
         $oTableCell->SetClass("color0");



More information about the wine-cvs mailing list