Index: openacs-4/packages/evaluation/www/admin/tasks/solution-add-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/www/admin/tasks/solution-add-edit.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/packages/evaluation/www/admin/tasks/solution-add-edit.tcl 7 Apr 2005 11:27:00 -0000 1.14 +++ openacs-4/packages/evaluation/www/admin/tasks/solution-add-edit.tcl 7 Apr 2005 18:57:01 -0000 1.15 @@ -60,7 +60,7 @@ } {url:text(text),optional {label "[_ evaluation.URL__1]"} - {value "htp://"} + {value "http://"} } } } else { @@ -238,9 +238,11 @@ } elseif { ![string eq $url "http://"] } { - db_dml link_content { *SQL* } - set content_length [string length $url] - db_dml content_size { *SQL* } + db_dml link_content { *SQL* } + set content_length [string length $url] + # 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* } } elseif { [string eq $attached_p "t"] && ![string eq $unattach_p "t"] } { # just copy the old content to the new revision