Index: openacs-4/packages/notifications/tcl/notification-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/notification-procs-postgresql.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/notifications/tcl/notification-procs-postgresql.xql 25 Jun 2002 18:45:40 -0000 1.1 +++ openacs-4/packages/notifications/tcl/notification-procs-postgresql.xql 1 Aug 2002 12:56:16 -0000 1.2 @@ -9,4 +9,14 @@ + + + insert + into notification_user_map + (notification_id, user_id, sent_date) + values + (:notification_id, :user_id, now()) + + +