mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Remove 'new' tag from updates table
It was hard to make it consistent with the other new icons from Open Iconic and it hadn't much use after all. Signed-off-by: Marcel Korpel <marcel.korpel@gmail.com> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
7d7fc18405
commit
1664a24198
4 changed files with 1 additions and 17 deletions
|
@ -11,7 +11,7 @@ function updates_table() {
|
|||
$dbh = DB::connect();
|
||||
$key = 'recent_updates';
|
||||
if(!($newest_packages = get_cache_value($key))) {
|
||||
$q = 'SELECT Packages.Name, Version, ModifiedTS, SubmittedTS ';
|
||||
$q = 'SELECT Packages.Name, Version, ModifiedTS ';
|
||||
$q.= 'FROM Packages INNER JOIN PackageBases ON ';
|
||||
$q.= 'Packages.PackageBaseID = PackageBases.ID ';
|
||||
$q.= 'WHERE PackageBases.PackagerUID IS NOT NULL ';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue