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.15 -r1.16 --- openacs-4/packages/evaluation/www/admin/tasks/solution-add-edit.tcl 7 Apr 2005 18:57:01 -0000 1.15 +++ openacs-4/packages/evaluation/www/admin/tasks/solution-add-edit.tcl 23 May 2005 18:19:40 -0000 1.16 @@ -171,7 +171,7 @@ db_transaction { if { [string eq $unattach_p "t"] } { - content::revision::delete -revision_id $solution_id + evaluation::revision_delete -revision_id $solution_id } else { # set storage_type to its default value according to a db constraint set storage_type "lob"