22 Feb
2000
22 Feb
'00
10:42 p.m.
Thanks very much Rik. All my best, Jason Spisak Rik Hoekstra writes:
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