Index: openacs-4/packages/address-book/www/attr-ae-2-postgresql.xql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/address-book/www/attr-ae-2-postgresql.xql,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/address-book/www/attr-ae-2-postgresql.xql 22 Aug 2001 23:11:49 -0000 1.1
+++ openacs-4/packages/address-book/www/attr-ae-2-postgresql.xql 28 Aug 2001 23:51:54 -0000 1.2
@@ -5,28 +5,19 @@
- FIX ME PLSQL
-FIX ME PLSQL
- begin
- :1 :=
- ab_contact_attr__new(creation_user => :user_id,
- creation_ip => :peeraddr,
- context_id => :contact_id,
- contact_id => :contact_id,
- type_key => :attr_type,
- value => :attr_value);
- end;
+ select ab_contact_attr__new(:user_id, :peeraddr, :contact_id, :contact_id,
+ :attr_type, :attr_value);
- FIX ME PLSQL
-FIX ME PLSQL
-begin ab_contact_attr__delete(:attr_id); end;
+
+ select ab_contact_attr__delete(:attr_id);
+