Index: openacs-4/packages/evaluation/sql/postgresql/evaluation-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/sql/postgresql/evaluation-create.sql,v diff -u -r1.5 -r1.6 --- openacs-4/packages/evaluation/sql/postgresql/evaluation-create.sql 7 Jun 2004 16:04:53 -0000 1.5 +++ openacs-4/packages/evaluation/sql/postgresql/evaluation-create.sql 7 Jul 2004 17:26:44 -0000 1.6 @@ -1171,10 +1171,7 @@ template_id := content_template__new( ''evaluation-tasks-default'', -- name - '' -@title;noquote@ -@context;noquote@ -@text;noquote@'', -- text + ''@text;noquote@'', -- text true -- is_live ); @@ -1191,10 +1188,7 @@ template_id := content_template__new( ''evaluation-tasks-sols-default'', -- name - '' -@title;noquote@ -@context;noquote@ -@text;noquote@'', -- text + ''@text;noquote@'', -- text true -- is_live ); @@ -1211,10 +1205,7 @@ template_id := content_template__new( ''evaluation-answers-default'', -- name - '' -@title;noquote@ -@context;noquote@ -@text;noquote@'', -- text + ''@text;noquote@'', -- text true -- is_live ); @@ -1231,10 +1222,7 @@ template_id := content_template__new( ''evaluation-grades-sheets-default'', -- name - '' -@title;noquote@ -@context;noquote@ -@text;noquote@'', -- text + ''@text;noquote@'', -- text true -- is_live );