Fix appData objectGetTableRow() to work with the new table classes

This commit is contained in:
Chris Morgan
2007-07-23 20:30:57 +00:00
committed by WineHQ
parent 477c5efb72
commit fd448b96d7
3 changed files with 12 additions and 8 deletions

View File

@@ -199,6 +199,7 @@ class TableRow
$this->aTableCells = array();
$this->sStyle = null;
$this->sClass = null;
$this->sExtra = null;
$this->oTableRowClick = null;
}