Removed commented method

This commit is contained in:
Rudi Grinberg 2012-11-05 09:49:49 -05:00
parent 00a4e45491
commit a62e64969d
1 changed files with 8 additions and 4 deletions

View File

@ -1160,10 +1160,14 @@ SQL;
->save(); ->save();
} }
public function getFileExistsFlag()
{ // This method seems to be unsued everywhere so I've commented it out
return $this->_file->getDbFileExists(); // If it's absence does not have any effect then it will be completely
} // removed soon
//public function getFileExistsFlag()
//{
//return $this->_file->getDbFileExists();
//}
public function getFileOwnerId() public function getFileOwnerId()
{ {