22 Feb
2000
22 Feb
'00
4:28 p.m.
Jason Spisak wrote:
Zopemisters,
Is there anyway to sort objectValues() by bobobase modification time so that the most recent acced object is first? Right now sort puts it last. (Largest number I guess).
just put in a 'reverse' like so: <dtml-var objectValues sort=bobobase_modification_time reverse> rik