Index: openacs-4/packages/address-book/www/index-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/address-book/www/index-postgresql.xql,v diff -u -N -r1.3 -r1.3.4.1 --- openacs-4/packages/address-book/www/index-postgresql.xql 1 Sep 2001 20:34:19 -0000 1.3 +++ openacs-4/packages/address-book/www/index-postgresql.xql 9 Oct 2002 21:05:19 -0000 1.3.4.1 @@ -12,15 +12,15 @@ select contact_id, - coalesce(last_name,'
') as last_name, - coalesce(first_names,'
') as first_names, - coalesce(title,'
') as title, - coalesce(organization,'
') as organization, - coalesce(work_phone,'
') as work_phone, - coalesce(home_phone,'
') as home_phone, - coalesce(fax,'
') as fax, - coalesce(other,'
') as other, - coalesce(email,'
') as email, + coalesce(last_name,'
') as last_name, + coalesce(first_names,'
') as first_names, + coalesce(title,'
') as title, + coalesce(organization,'
') as organization, + coalesce(work_phone,'
') as work_phone, + coalesce(home_phone,'
') as home_phone, + coalesce(fax,'
') as fax, + coalesce(other,'
') as other, + coalesce(email,'
') as email, acs_permission__permission_p(acr.rel_id,:user_id,'delete') as delete_p, acr.rel_id from ab_contacts_related acr