Make objectGetTableRow() return a TableRow class instance. Added accessors to set the
appropriate parameters in the TableRow class. Removed some unused parameters from the TableRow class.
This commit is contained in:
@@ -1350,7 +1350,8 @@ class version {
|
||||
$oApp->objectMakeLink(),
|
||||
$this->sName);
|
||||
|
||||
return array($aCells, null, false, null);
|
||||
$oTableRow = new TableRow($aCells);
|
||||
return $oTableRow;
|
||||
}
|
||||
|
||||
function objectDisplayQueueProcessingHelp()
|
||||
|
||||
Reference in New Issue
Block a user