Index: openacs-4/packages/tasks/lib/tasks-postgresql.xql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/tasks/lib/tasks-postgresql.xql,v
diff -u -r1.8 -r1.9
--- openacs-4/packages/tasks/lib/tasks-postgresql.xql	18 Oct 2005 15:32:25 -0000	1.8
+++ openacs-4/packages/tasks/lib/tasks-postgresql.xql	21 Oct 2005 20:18:37 -0000	1.9
@@ -126,7 +126,6 @@
         and t.start_date < now()
 	$employee_where_clause
 	[template::list::filter_where_clauses -and -name tasks]
-        [template::list::orderby_clause -orderby -name tasks]
     </querytext>
 </fullquery>
 
Index: openacs-4/packages/tasks/lib/tasks.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/tasks/lib/tasks.tcl,v
diff -u -r1.13 -r1.14
--- openacs-4/packages/tasks/lib/tasks.tcl	19 Oct 2005 09:10:47 -0000	1.13
+++ openacs-4/packages/tasks/lib/tasks.tcl	21 Oct 2005 20:18:37 -0000	1.14
@@ -233,6 +233,8 @@
 	}
     }
 
+
+
 db_multirow -extend {creation_user_url contact_url complete_url done_p task_plus_url task_minus_url description_html task_url} -unclobber tasks $query_name {} {
     set contact_url [contact::url -party_id $party_id]
     set creation_user_url [contact::url -party_id $creation_user]