mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add 'Out of Date' detail in search form
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
710ff234fb
commit
84f08cf82b
2 changed files with 12 additions and 0 deletions
|
@ -449,6 +449,10 @@ function pkg_search_page($SID="") {
|
|||
$q.= "AND MaintainerUID = 0 ";
|
||||
}
|
||||
|
||||
if (isset($_GET['outdated'])) {
|
||||
$q .= "AND OutOfDate = 1 ";
|
||||
}
|
||||
|
||||
$order = $_GET["SO"] == 'd' ? 'DESC' : 'ASC';
|
||||
|
||||
switch ($_GET["SB"]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue