summaryrefslogtreecommitdiffstats
path: root/web/lib/aurjson.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/lib/aurjson.class.php')
-rw-r--r--web/lib/aurjson.class.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/lib/aurjson.class.php b/web/lib/aurjson.class.php
index a96cc4b5..0f8e2fa5 100644
--- a/web/lib/aurjson.class.php
+++ b/web/lib/aurjson.class.php
@@ -20,7 +20,8 @@ class AurJSON {
private static $fields = array(
'Packages.ID', 'Name', 'Version', 'CategoryID',
'Description', 'URL', 'License',
- 'NumVotes', '(OutOfDateTS IS NOT NULL) AS OutOfDate'
+ 'NumVotes', '(OutOfDateTS IS NOT NULL) AS OutOfDate',
+ 'SubmittedTS AS FirstSubmitted', 'ModifiedTS AS LastModified'
);
/**