[aur-dev] [PATCH] user_table.php: Remove unused link parameter
14 Jan
2013
14 Jan
'13
9:24 p.m.
Signed-off-by: canyonknight <canyonknight@gmail.com> --- web/template/stats/user_table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/template/stats/user_table.php b/web/template/stats/user_table.php index ba6751f..284d5b9 100644 --- a/web/template/stats/user_table.php +++ b/web/template/stats/user_table.php @@ -7,7 +7,7 @@ $username = username_from_sid($_COOKIE["AURSID"]); <table> <tr> <td> - <a href="<?= get_uri('/packages/'); ?>?SeB=m&L=2&K=<?= $username; ?>"> + <a href="<?= get_uri('/packages/'); ?>?SeB=m&K=<?= $username; ?>"> <?= __("Packages in unsupported"); ?></a> </td> <td><?= $maintainer_unsupported_count; ?></td> -- 1.8.1
4391
Age (days ago)
4391
Last active (days ago)
0 comments
1 participants
participants (1)
-
canyonknight