Index: openacs-4/packages/acs-person/www/delete.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-person/www/Attic/delete.xql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/acs-person/www/delete.xql 24 Sep 2002 05:23:52 -0000 1.1 +++ openacs-4/packages/acs-person/www/delete.xql 24 Sep 2002 05:31:59 -0000 1.2 @@ -1,22 +1,22 @@ - + - select 1 from contacts where contact_id = :contact_id + select 1 from acs_persons where acs_person_id = :acs_person_id - + - select contact_id, + select person_id, given_name || ' ' || family_name as name - from contacts - where contact_id = :contact_id + from acs_persons + where acs_person_id = :acs_person_id