Index: openacs-4/packages/address-book/www/contact-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/address-book/www/contact-delete.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/address-book/www/contact-delete.tcl 28 Aug 2001 23:51:54 -0000 1.2 +++ openacs-4/packages/address-book/www/contact-delete.tcl 25 Sep 2003 12:08:21 -0000 1.3 @@ -30,7 +30,7 @@ # Make extra sure that the object we're deleting is indeed a contact (and not a subtype): if ![db_string contact_is_orphan_p {select decode(count(*),0,0,1) from acs_objects where object_id = :contact_id and object_type = 'ab_contact'}] { - ad_return_forbidden "Security Violation" "contact_id was modified in transit" + ad_return_forbidden "Permission Denied" "contact_id was modified in transit" ad_script_abort }