Alexander Nicolaysen Sørnes : voteInspector: Show e-mail addresses

Alexander Nicolaysen Sørnes asornes at winehq.org
Wed Jul 22 15:00:31 CDT 2009


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

Author: Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
Date:   Wed Jul 22 22:00:12 2009 +0200

voteInspector: Show e-mail addresses

---

 include/vote.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/vote.php b/include/vote.php
index bc293bb..c19874f 100644
--- a/include/vote.php
+++ b/include/vote.php
@@ -310,6 +310,7 @@ class voteInspector
         $oTableRow->AddTextCell('Delete account');
         $oTableRow->AddTextCell('User');
         $oTableRow->AddTextCell('ID');
+        $oTableRow->AddTextCell('E-mail');
         $oTableRow->AddTextCell('Created');
         $oTableRow->AddTextCell('Votes');
         $oTableRow->AddTextCell('Privileges');
@@ -331,6 +332,7 @@ class voteInspector
             $oTableRow->AddTextCell($shDelete);
             $oTableRow->AddTextCell($oVoter->objectMakeLink());
             $oTableRow->AddTextCell($oVoter->iUserId);
+            $oTableRow->AddTextCell($oVoter->sEmail);
             $oTableRow->AddTextCell($oVoter->sDateCreated);
             $oTableRow->AddTextCell($oRow->count);
 




More information about the wine-cvs mailing list