Index: openacs-4/packages/evaluation/www/admin/tasks/task-add-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/www/admin/tasks/task-add-edit.tcl,v diff -u -r1.27 -r1.28 --- openacs-4/packages/evaluation/www/admin/tasks/task-add-edit.tcl 8 Aug 2006 21:26:43 -0000 1.27 +++ openacs-4/packages/evaluation/www/admin/tasks/task-add-edit.tcl 22 Sep 2006 16:46:08 -0000 1.28 @@ -455,10 +455,7 @@ # by the moment, since I'm having a date problem with oracle10g, I have to do this in order # to store the entire date - db_dml update_date { - update evaluation_tasks set due_date = (select to_date(:due_date,'YYYY-MM-DD HH24:MI:SS') from dual) - where task_id = :revision_id - } + db_dml update_date { *SQL* } # initialize content_length in order to prevent wrong values set content_length 0