added collection lastmod (limited to 100 objects) which is used by history_macro()

This commit is contained in:
Robert Gaggl 2002-12-15 13:20:18 +00:00
parent 7f18ec44b4
commit aa6bd5ac93

View file

@ -83,6 +83,13 @@ allcontent.foreign = TEXT_F_SITE
allcontent.filter = TEXT_ISONLINE > 0
allcontent.order = TEXT_MODIFYTIME DESC
lastmod = collection (story)
lastmod.local = SITE_ID
lastmod.foreign = TEXT_F_SITE
lastmod.filter = TEXT_ISONLINE > 0
lastmod.order = TEXT_MODIFYTIME DESC
lastmod.maxsize = 100
mostread = collection (story)
mostread.local = SITE_ID
mostread.foreign = TEXT_F_SITE