Fixes for permission errors introduced by the table permission changes.

This commit is contained in:
Chris Morgan
2007-09-18 22:09:57 -04:00
parent 5c91961d12
commit e82dc74162
2 changed files with 9 additions and 4 deletions

View File

@@ -345,6 +345,11 @@ class OMTableRow
{
return $this->oTableRow->GetString();
}
function GetTableRow()
{
return $this->oTableRow;
}
}
class Table