Index: openacs-4/packages/notifications/sql/postgresql/notifications-init.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/sql/postgresql/notifications-init.sql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/notifications/sql/postgresql/notifications-init.sql 12 Jun 2002 13:53:13 -0000 1.2 +++ openacs-4/packages/notifications/sql/postgresql/notifications-init.sql 1 Jul 2002 04:07:44 -0000 1.3 @@ -43,15 +43,17 @@ null ); - perform notification_delivery_method__new ( - null, - ''email'', - ''Email'', - now(), - null, - null, - null - ); +-- This is now done by email-sc-impl-create.sql +-- +-- perform notification_delivery_method__new ( +-- null, +-- ''email'', +-- ''Email'', +-- now(), +-- null, +-- null, +-- null +-- ); return null;