Php5 improvements to table code. Add some accessor methods to classes so we can make class variables private.
This commit is contained in:
@@ -543,7 +543,7 @@ class distribution {
|
||||
$bDeleteLink = sizeof($this->aTestingIds) ? FALSE : TRUE;
|
||||
|
||||
$oOMTableRow = new OMTableRow($oTableRow);
|
||||
$oOMTableRow->SetRowHasDeleteLink($bDeleteLink);
|
||||
$oOMTableRow->SetHasDeleteLink($bDeleteLink);
|
||||
return $oOMTableRow;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user