Index: openacs-4/packages/evaluation/catalog/evaluation.en_US.ISO-8859-1.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/catalog/evaluation.en_US.ISO-8859-1.xml,v
diff -u -r1.20 -r1.21
--- openacs-4/packages/evaluation/catalog/evaluation.en_US.ISO-8859-1.xml	19 Sep 2006 09:43:00 -0000	1.20
+++ openacs-4/packages/evaluation/catalog/evaluation.en_US.ISO-8859-1.xml	22 Sep 2006 16:46:08 -0000	1.21
@@ -288,7 +288,8 @@
   <msg key="lt_Currently_content_is_">Currently %content% is associated to this task solution, but you can associate a different url/file just by adding it here </msg>
   <msg key="lt_Currently_content_is__1">Currently %content% is associated to this task, but you can associate a different url/file just by adding it here </msg>
   <msg key="lt_Currently_title_is_at">Currently %title% is attached to this task solution, but you can attach a different file/url just by adding it here </msg>
-  <msg key="lt_Currently_title_is_at_1">Currently $title is attached to this task, but you can attach a different file/url just by adding it here </msg>
+  <msg key="lt_Currently_title_is_at_1">Currently %title% is attached to this task solution, but you can attach a different file/url just by adding it here </msg>
+  <msg key="lt_Currently_title_is_at_2">Currently %title% is attached to this task, but you can attach a different file/url just by adding it here</msg>
   <msg key="lt_Delete_Assignment_Typ">Delete Assignment Type </msg>
   <msg key="lt_Delete_assignment_typ">Delete assignment type </msg>
   <msg key="lt_Distribution_for_grad">Distribution for grade &quot;%grade_plural_name%&quot;</msg>
Index: openacs-4/packages/evaluation/www/admin/grades/distribution-edit.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/www/admin/grades/distribution-edit.tcl,v
diff -u -r1.10 -r1.11
--- openacs-4/packages/evaluation/www/admin/grades/distribution-edit.tcl	8 Aug 2006 21:26:42 -0000	1.10
+++ openacs-4/packages/evaluation/www/admin/grades/distribution-edit.tcl	22 Sep 2006 16:46:08 -0000	1.11
@@ -28,7 +28,6 @@
     evaluation::set_live_task -task_item_id $set_task_id_live
 }
 
-ns_log notice "el grade es $grade_item_id !!"
 set elements [list task_name \
 		  [list label "[_ evaluation.name]" \
 		       display_template {<a href="../evaluations/student-list?task_id=@grades.task_id@">@grades.task_name@</a>}\
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.17 -r1.18
--- openacs-4/packages/evaluation/www/admin/tasks/solution-add-edit.tcl	8 Aug 2006 21:26:43 -0000	1.17
+++ openacs-4/packages/evaluation/www/admin/tasks/solution-add-edit.tcl	22 Sep 2006 16:46:08 -0000	1.18
@@ -52,7 +52,7 @@
 		{upload_file:file,optional
 		    {label "[_ evaluation.File_]"} 
 		    {html "size 30"}
-		    {help_text "[_ evaluation.lt_Currently_title_is_at_2]"}
+		    {help_text "[_ evaluation.lt_Currently_title_is_at_1]"}
 		}
 		{unattach_p:text(checkbox),optional 
 		    {label "[_ evaluation.Unattach_file_]"} 
Index: openacs-4/packages/evaluation/www/admin/tasks/task-add-edit-oracle.xql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/www/admin/tasks/task-add-edit-oracle.xql,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/evaluation/www/admin/tasks/task-add-edit-oracle.xql	7 Apr 2005 18:57:01 -0000	1.3
+++ openacs-4/packages/evaluation/www/admin/tasks/task-add-edit-oracle.xql	22 Sep 2006 16:46:08 -0000	1.4
@@ -93,6 +93,15 @@
       </querytext>
 </fullquery>
 
+<fullquery name="update_date">      
+      <querytext>
+
+	    update evaluation_tasks set due_date = (select to_date(:due_date,'YYYY-MM-DD HH24:MI:SS') from dual)
+	    where task_id = :revision_id
+
+     </querytext>
+</fullquery>
+
 </queryset>
 
 
Index: openacs-4/packages/evaluation/www/admin/tasks/task-add-edit-postgresql.xql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/www/admin/tasks/task-add-edit-postgresql.xql,v
diff -u -r1.12 -r1.13
--- openacs-4/packages/evaluation/www/admin/tasks/task-add-edit-postgresql.xql	7 Apr 2005 18:57:01 -0000	1.12
+++ openacs-4/packages/evaluation/www/admin/tasks/task-add-edit-postgresql.xql	22 Sep 2006 16:46:08 -0000	1.13
@@ -58,6 +58,15 @@
      </querytext>
 </fullquery>
 
+<fullquery name="update_date">      
+      <querytext>
+
+	    update evaluation_tasks set due_date = :due_date_ansi
+	    where task_id = :revision_id
+
+     </querytext>
+</fullquery>
+
 <fullquery name="copy_content">      
       <querytext>
 
Index: openacs-4/packages/evaluation/www/admin/tasks/task-add-edit.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/www/admin/tasks/task-add-edit.tcl,v
diff -u -r1.27 -r1.28
--- openacs-4/packages/evaluation/www/admin/tasks/task-add-edit.tcl	8 Aug 2006 21:26:43 -0000	1.27
+++ openacs-4/packages/evaluation/www/admin/tasks/task-add-edit.tcl	22 Sep 2006 16:46:08 -0000	1.28
@@ -455,10 +455,7 @@
 	# by the moment, since I'm having a date problem with oracle10g, I have to do this in order 
 	# to store the entire date
 	
-	db_dml update_date {
-	    update evaluation_tasks set due_date = (select to_date(:due_date,'YYYY-MM-DD HH24:MI:SS') from dual)
-	    where task_id = :revision_id
-	}
+	db_dml update_date { *SQL* }
 
 	# initialize content_length in order to prevent wrong values
 	set content_length 0