Index: openacs-4/packages/tasks/www/reassign-task-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/tasks/www/Attic/reassign-task-postgresql.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/tasks/www/reassign-task-postgresql.xql 6 Oct 2005 16:32:53 -0000 1.1 +++ openacs-4/packages/tasks/www/reassign-task-postgresql.xql 16 Nov 2005 14:36:20 -0000 1.2 @@ -1,27 +1,6 @@ - - - select - case - when - email is not null - then - title||' ('||email||')' - else - title - end, - user_id - from - cc_users - where - user_id <> :user_id - order by - title asc - - - update