Alexander Nicolaysen Sørnes : adminMaintainers: Link to contact from instead of mailto

Chris Morgan cmorgan at winehq.org
Sat Jul 19 21:09:19 CDT 2008


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

Author: Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
Date:   Sat Jul 19 22:58:49 2008 +0200

adminMaintainers: Link to contact from instead of mailto

---

 admin/adminMaintainers.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/admin/adminMaintainers.php b/admin/adminMaintainers.php
index d474576..da56f47 100644
--- a/admin/adminMaintainers.php
+++ b/admin/adminMaintainers.php
@@ -90,7 +90,7 @@ else
 
         echo "<tr class=$bgcolor>\n";
         echo "    <td>".print_date(mysqldatetime_to_unixtimestamp($oRow->submitTime))." &nbsp;</td>\n";
-        echo "    <td><a href=\"mailto:".$oUser->sEmail."\">".$oUser->sRealname."</a></td>\n";
+        echo "    <td>".$oUser->objectMakeLink()."</a></td>\n";
         echo "    <td>".$oApp->objectMakeLink()."</td>\n";
         if($oRow->superMaintainer)
         {




More information about the wine-cvs mailing list