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.3 -r1.4 --- openacs-4/packages/notifications/tcl/notification-procs-postgresql.xql 20 Sep 2002 21:19:00 -0000 1.3 +++ openacs-4/packages/notifications/tcl/notification-procs-postgresql.xql 29 Jun 2004 10:18:42 -0000 1.4 @@ -20,4 +20,13 @@ + + + update notifications + set notif_html = :notif_html, + notif_text = :notif_text + where notification_id = :notification_id + + +