diff options
author | simo <simo> | 2005-11-13 20:11:56 +0000 |
---|---|---|
committer | simo <simo> | 2005-11-13 20:11:56 +0000 |
commit | 1418738f60ef94da9cb26e70c8ed8938bf37bca4 (patch) | |
tree | 9fc881e116764ae9107eeb8b2f2e11fba4447b58 /web | |
parent | 6432876d778ce628f5e0fbd2c6b26acefc462c0c (diff) |
link user search to user packages
Diffstat (limited to 'web')
-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 b84e2e6..fe8aefb 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>"; |