adminMaintainers: Link to contact from instead of mailto
This commit is contained in:
committed by
Chris Morgan
parent
9964749f5a
commit
6e9abaab68
@@ -90,7 +90,7 @@ else
|
|||||||
|
|
||||||
echo "<tr class=$bgcolor>\n";
|
echo "<tr class=$bgcolor>\n";
|
||||||
echo " <td>".print_date(mysqldatetime_to_unixtimestamp($oRow->submitTime))." </td>\n";
|
echo " <td>".print_date(mysqldatetime_to_unixtimestamp($oRow->submitTime))." </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";
|
echo " <td>".$oApp->objectMakeLink()."</td>\n";
|
||||||
if($oRow->superMaintainer)
|
if($oRow->superMaintainer)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user