hold on - let me SSH into my office and try..
btw - nice and easy way for remote access if you want to have security without setting up VPN's or simply mapping a high port to your apache port .. just ssh into your CATS box (assuming it's Linux) and use the -D option for dynamic port forwarding. Then, leaving the ssh session active - open Firefox, change the options to route via a socks proxy, set it to local host and the port you chose - and you can access your local apps easily proxied via ssh.
Okay, found it in the old forums.. a tip from gutblue;
I think I found the answer. Go to
lib/activityentries.php
Find
ORDER BY
dateCreatedSort ASC",
and change to
ORDER BY
dateCreatedSort DESC",