mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add timestamp when a package is flagged out-of-date (FS#20848).
Signed-off-by: Loui Chang <louipc.ist@gmail.com> - resolve conflict and omit i18n changes.
This commit is contained in:
parent
dbb8bb783f
commit
eda713032c
9 changed files with 24 additions and 13 deletions
|
@ -46,7 +46,7 @@
|
|||
$atype = account_from_sid($_COOKIE['AURSID']);
|
||||
for ($i = 0; $row = mysql_fetch_assoc($result); $i++) {
|
||||
(($i % 2) == 0) ? $c = "data1" : $c = "data2";
|
||||
if ($row["OutOfDate"]): $c = "outofdate"; endif;
|
||||
if ($row["OutOfDateTS"] !== NULL): $c = "outofdate"; endif;
|
||||
?>
|
||||
<tr>
|
||||
<?php if ($SID): ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue