diff options
author | simo <simo> | 2005-11-13 21:11:56 +0100 |
---|---|---|
committer | simo <simo> | 2005-11-13 21:11:56 +0100 |
commit | 1418738f60ef94da9cb26e70c8ed8938bf37bca4 (patch) | |
tree | 9fc881e116764ae9107eeb8b2f2e11fba4447b58 /web/lib | |
parent | 6432876d778ce628f5e0fbd2c6b26acefc462c0c (diff) | |
download | aur-1418738f60ef94da9cb26e70c8ed8938bf37bca4.tar.gz aur-1418738f60ef94da9cb26e70c8ed8938bf37bca4.tar.xz |
link user search to user packages
Diffstat (limited to 'web/lib')
-rw-r--r-- | web/lib/acctfuncs.inc | 2 |
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>"; |