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:
Lukas Fleischer 2010-10-06 04:25:53 +02:00 committed by Loui Chang
parent dbb8bb783f
commit eda713032c
9 changed files with 24 additions and 13 deletions

View file

@ -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 {