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.25.2.3 -r1.25.2.4 --- openacs-4/packages/evaluation/www/admin/tasks/task-add-edit.tcl 14 Jun 2005 15:47:14 -0000 1.25.2.3 +++ openacs-4/packages/evaluation/www/admin/tasks/task-add-edit.tcl 22 Sep 2006 16:36:23 -0000 1.25.2.4 @@ -454,12 +454,9 @@ # 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 db_dml lob_size { *SQL* }