Index: openacs-4/packages/logger/lib/entries.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/logger/lib/entries.tcl,v diff -u -N -r1.23 -r1.24 --- openacs-4/packages/logger/lib/entries.tcl 13 Jun 2006 06:43:39 -0000 1.23 +++ openacs-4/packages/logger/lib/entries.tcl 19 Feb 2007 10:39:20 -0000 1.24 @@ -429,7 +429,15 @@ # the calling include may not want to show links to sort if {[exists_and_not_null show_orderby_p] && [string is false $show_orderby_p]} { - set orderbys "" + set orderbys { + time_stamp { + label "[_ logger.Date]" + orderby_desc "le.time_stamp desc, ao.creation_date desc" + orderby_asc "le.time_stamp asc, ao.creation_date asc" + default_direction desc + } + default_value time_stamp,desc + } }