Index: openacs-4/packages/xowf/tcl/test-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/test-item-procs.tcl,v diff -u -N -r1.7.2.145 -r1.7.2.146 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 24 Jun 2021 13:32:56 -0000 1.7.2.145 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 24 Jun 2021 15:31:49 -0000 1.7.2.146 @@ -4498,10 +4498,13 @@ # # @return time string as returned from the database # - set synchronized [$manager property synchronized 0] - return [expr { $synchronized - ? [$parent_obj last_modified] - : [$answer_obj creation_date]}] + if {[$manager property synchronized 0]} { + set parent_obj [::xo::db::CrClass get_instance_from_db -item_id [$answer_obj parent_id]] + set base_time [$parent_obj last_modified] + } else { + set base_time [$answer_obj creation_date] + } + return $base_time } :public method current_question_form {