mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
user_table.php: Remove unused link parameter
Signed-off-by: canyonknight <canyonknight@gmail.com> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
fcb30db59f
commit
d23a870671
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ $username = username_from_sid($_COOKIE["AURSID"]);
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<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>
|
<?= __("Packages in unsupported"); ?></a>
|
||||||
</td>
|
</td>
|
||||||
<td><?= $maintainer_unsupported_count; ?></td>
|
<td><?= $maintainer_unsupported_count; ?></td>
|
||||||
|
|
Loading…
Add table
Reference in a new issue