summaryrefslogtreecommitdiffstats
path: root/web/lib/acctfuncs.inc
diff options
context:
space:
mode:
authorsimo <simo>2005-11-13 21:11:56 +0100
committersimo <simo>2005-11-13 21:11:56 +0100
commit1418738f60ef94da9cb26e70c8ed8938bf37bca4 (patch)
tree9fc881e116764ae9107eeb8b2f2e11fba4447b58 /web/lib/acctfuncs.inc
parent6432876d778ce628f5e0fbd2c6b26acefc462c0c (diff)
downloadaur-1418738f60ef94da9cb26e70c8ed8938bf37bca4.tar.gz
aur-1418738f60ef94da9cb26e70c8ed8938bf37bca4.tar.xz
link user search to user packages
Diffstat (limited to 'web/lib/acctfuncs.inc')
-rw-r--r--web/lib/acctfuncs.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/acctfuncs.inc b/web/lib/acctfuncs.inc
index b84e2e6b..fe8aefbd 100644
--- a/web/lib/acctfuncs.inc
+++ b/web/lib/acctfuncs.inc
@@ -507,7 +507,7 @@ function search_results_page($UTYPE,$O=0,$SB="",$U="",$T="",
}
print "<tr>";
print "<td class='".$c."'>";
- print "<span class='f5'>".$row["Username"]."</span></td>";
+ print "<span class='f5'><a href='/packages.php?SeB=m&K=".$row["Username"]."'>".$row["Username"]."</a></span></td>";
print "<td class='".$c."'>";
print "<span class='f5'>".$row["AccountType"];
print "</span></td>";