[aur-dev] [PATCH] user_table.php: Remove unused link parameter

canyonknight canyonknight at gmail.com
Mon Jan 14 16:24:50 EST 2013


Signed-off-by: canyonknight <canyonknight at 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



More information about the aur-dev mailing list