Module: appdb Branch: master Commit: 5d16febfe5870d43bfdd25cc6abe9567acd64b25 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=5d16febfe5870d43bfdd25cc6...
Author: Alexander Nicolaysen Sørnes alex@thehandofagony.com Date: Mon Jan 26 18:04:07 2009 +0100
maintainerView: Implement objectGetId()
---
include/maintainerView.php | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/include/maintainerView.php b/include/maintainerView.php index fe89ff7..b9c0733 100644 --- a/include/maintainerView.php +++ b/include/maintainerView.php @@ -22,6 +22,11 @@ class maintainerView $this->bViewingSelf = false; }
+ static function objectGetId() + { + return $this->iUserId; + } + function addVersionRatingInfo($oTableRow, $oVersion) { $oTableRow->AddTextCell($oVersion->objectMakeLink());