Index: openacs-4/packages/address-book/www/attr-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/address-book/www/attr-delete.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/address-book/www/attr-delete.tcl 20 Apr 2001 20:51:12 -0000 1.1 +++ openacs-4/packages/address-book/www/attr-delete.tcl 30 Sep 2003 12:10:03 -0000 1.2 @@ -18,7 +18,7 @@ }] db_exec_plsql delete_attr { - begin ab_contact_attr.delete(:attr_id); end; + begin ab_contact_attr.del(:attr_id); end; } -ad_returnredirect contact-view?contact_id=$contact_id \ No newline at end of file +ad_returnredirect contact-view?contact_id=$contact_id