Index: openacs-4/packages/evaluation/www/answer-add-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/www/answer-add-edit.tcl,v diff -u -r1.16 -r1.17 --- openacs-4/packages/evaluation/www/answer-add-edit.tcl 7 Apr 2005 11:26:58 -0000 1.16 +++ openacs-4/packages/evaluation/www/answer-add-edit.tcl 7 Apr 2005 18:57:01 -0000 1.17 @@ -145,6 +145,8 @@ db_dml link_content { *SQL* } set content_length 0 + # in order to support oracle and postgres and still using only the cr_items table to store the task + db_dml set_storage_type { *SQL* } db_dml content_size { *SQL* } }