Alexander Nicolaysen Sørnes : maintainerView: Implement objectGetId()

Alexander Nicolaysen Sørnes asornes at wine.codeweavers.com
Mon Jan 26 11:02:56 CST 2009


Module: appdb
Branch: master
Commit: 5d16febfe5870d43bfdd25cc6abe9567acd64b25
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=5d16febfe5870d43bfdd25cc6abe9567acd64b25

Author: Alexander Nicolaysen Sørnes <alex at 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());




More information about the wine-cvs mailing list