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
|
@ -27,7 +27,7 @@
|
|||
echo " value='".__("UnNotify")."' title='".__("No New Comment Notification")."'> ";
|
||||
}
|
||||
|
||||
if ($row["OutOfDate"] == 0) {
|
||||
if ($row["OutOfDateTS"] === NULL) {
|
||||
echo "<input type='submit' class='button' name='do_Flag'";
|
||||
echo " value='".__("Flag Out-of-date")."'>\n";
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue