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 --- openacs-4/packages/acs-person/www/delete.xql 26 Sep 2002 03:31:00 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,25 +0,0 @@ - - - - - - - select 1 from acs_persons where acs_person_id = :acs_person_id - - - - - - - - - select acs_person_id, - given_name || ' ' || family_name as name - from acs_persons - where acs_person_id = :acs_person_id - - - - - -