From f76a38ad7669e044205ab544016d953243d36b29 Mon Sep 17 00:00:00 2001 From: pjmattal Date: Thu, 10 Aug 2006 01:42:35 +0000 Subject: committed dsa's user stats and user links patch this will require some translation updates --- web/lib/pkgfuncs.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'web/lib/pkgfuncs.inc') diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index 0d86ee4..e57ceba 100644 --- a/web/lib/pkgfuncs.inc +++ b/web/lib/pkgfuncs.inc @@ -1075,7 +1075,11 @@ function pkg_search_page($SID="") { # if (isset($tus[$row["MaintainerUID"]])) { # print $tus[$row["MaintainerUID"]]["Username"]; if (isset($users[$row["MaintainerUID"]])) { - print $users[$row["MaintainerUID"]]["Username"]; + # Add a link to the user packages, e.g, if you click on the Solve the sorting problem, so we can force the + # maintainer name, you will be redirected to a page with the user packages. + # Added by: dsa + $user = $users[$row["MaintainerUID"]]["Username"]; + print "".$users[$row["MaintainerUID"]]["Username"].""; } else { print ""; print __("orphan"); -- cgit v1.2.3-54-g00ecf