10 Sep
2001
10 Sep
'01
8:25 p.m.
3dfestival - WebMaster writes:
<dtml-in "objectValues(['x'])" sort=id> it messes up... strange, should work!
I have tried the follwing things (I am desperate you know)
1) <dtml-in "objectValues(['x'])" sort=_.int(id)> This will not work, as there is no attribute "_.int(id)"
2) <dtml-in "objectValues(['x'])" sort=bobbase_modification_time> This will not work, as the correct name is "bobobase_modification_time" (missing "o").
Both methods results in NON-SORTED output...
Dieter