Index: openacs-4/packages/contacts/www/index.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/www/index.xql,v diff -u -N -r1.10 -r1.11 --- openacs-4/packages/contacts/www/index.xql 26 Jun 2006 06:36:52 -0000 1.10 +++ openacs-4/packages/contacts/www/index.xql 21 Jun 2007 20:06:42 -0000 1.11 @@ -29,6 +29,18 @@ + + + select ao.title as my_lists_title, + cl.list_id as my_lists_list_id + from contact_lists cl, + acs_objects ao + where cl.list_id = ao.object_id + and ao.object_id in ( select object_id from contact_owners where owner_id in ( :user_id , :package_id )) + order by upper(ao.title) + + + select ao.title as my_lists_title,