Module: appdb Branch: master Commit: 0a62d41cad06203da97a5a5b07d859f748a4df45 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=0a62d41cad06203da97a5a5b0... Author: Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> Date: Mon Jun 29 13:45:37 2009 +0200 maintainerView: Add objectGetState() --- include/maintainerView.php | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/maintainerView.php b/include/maintainerView.php index df8591b..90883be 100644 --- a/include/maintainerView.php +++ b/include/maintainerView.php @@ -27,6 +27,12 @@ class maintainerView return $this->iUserId; } + /* We don't queue this class or process it in any way */ + function objectGetState() + { + return 'accepted'; + } + function addVersionRatingInfo($oTableRow, $oVersion) { $oTableRow->AddTextCell($oVersion->objectMakeLink());