Index: openacs-4/packages/logger/lib/entries.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/logger/lib/entries.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/logger/lib/entries.tcl 14 Jan 2004 08:58:12 -0000 1.8 +++ openacs-4/packages/logger/lib/entries.tcl 3 Feb 2004 20:57:37 -0000 1.9 @@ -51,6 +51,11 @@ # Projects set project_values [db_list_of_lists select_projects {}] +if { ([exists_and_not_null start_date] || [exists_and_not_null end_date]) && ![exists_and_not_null time_stamp] } { + # HACK: The filter is called 'time_stamp', but the variables passed are called start_date/end_date. + set time_stamp "foo" +} + #---------------------------------------------------------------------- # Define list elements #----------------------------------------------------------------------