Index: openacs-4/packages/evaluation-portlet/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation-portlet/tcl/apm-callback-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/evaluation-portlet/tcl/apm-callback-procs.tcl 31 May 2004 23:43:10 -0000 1.1 +++ openacs-4/packages/evaluation-portlet/tcl/apm-callback-procs.tcl 10 Jun 2004 22:00:23 -0000 1.2 @@ -28,7 +28,7 @@ db_transaction { set ds_id [portal::datasource::new \ -name "evaluation_assignments_portlet" \ - -description "Evaluation Assignments Portlet"] + -description "[_ evaluation-portlet.lt_Evaluation_Assignment]"] portal::datasource::set_def_param \ -datasource_id $ds_id \ @@ -108,7 +108,7 @@ db_transaction { set ds_id [portal::datasource::new \ -name "evaluation_evaluations_portlet" \ - -description "Evaluation Evaluations Portlet"] + -description "[_ evaluation-portlet.lt_Evaluation_Evaluation]"] portal::datasource::set_def_param \ -datasource_id $ds_id \ @@ -185,11 +185,10 @@ Create the datasources needed by the evaluation portlet. } { - ns_log Notice "SE meteeeeeeeeeeeeeee\n" db_transaction { set ds_id [portal::datasource::new \ -name "evaluation_admin_portlet" \ - -description "Evaluation Admin Portlet"] + -description "[_ evaluation-portlet.lt_Evaluation_Admin_Port]"] portal::datasource::set_def_param \ -datasource_id $ds_id \