From 59d97b676d0c01e78c14f46efe8ac5e8e1a2a671 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Sat, 21 Apr 2007 18:23:11 +0000 Subject: [PATCH] Display user name in the maintainer approval form --- include/maintainer.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/maintainer.php b/include/maintainer.php index 554c7fb..31f0215 100644 --- a/include/maintainer.php +++ b/include/maintainer.php @@ -506,6 +506,14 @@ class maintainer echo "\n"; echo "iMaintainerId\" />"; + + /* User name */ + $oSubmitter = new user($this->iUserId); + echo html_tr(array( + array("User name", 'style="text-align:right" class="color0"'), + $oSubmitter->objectMakeLink() + )); + /** * Show the other maintainers of this application, if there are any */