diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2010-10-06 04:25:53 +0200 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2010-11-10 20:50:35 +0100 |
commit | eda713032ce9bed773b6c927b2f6ac4b445fe577 (patch) | |
tree | 8091bc77f982d2d71a50dcd7b1facdd50a3f14c3 /web/lib/aurjson.class.php | |
parent | dbb8bb783f2f22b68ad2d65f020390428e77c479 (diff) | |
download | aur-eda713032ce9bed773b6c927b2f6ac4b445fe577.tar.gz aur-eda713032ce9bed773b6c927b2f6ac4b445fe577.tar.xz |
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.
Diffstat (limited to 'web/lib/aurjson.class.php')
-rw-r--r-- | web/lib/aurjson.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/aurjson.class.php b/web/lib/aurjson.class.php index a5b3f9e0..ab1bdbf2 100644 --- a/web/lib/aurjson.class.php +++ b/web/lib/aurjson.class.php @@ -21,7 +21,7 @@ class AurJSON { private $exposed_methods = array('search','info','msearch'); private $fields = array('Packages.ID','Name','Version','CategoryID', 'Description', 'LocationID', 'URL','URLPath','License','NumVotes', - 'OutOfDate'); + '(OutOfDateTS IS NOT NULL) AS OutOfDate'); /** * Handles post data, and routes the request. |