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 -r1.5.8.1 -r1.5.8.2 --- openacs-4/packages/notifications/sql/postgresql/notifications-init.sql 22 Sep 2005 08:15:42 -0000 1.5.8.1 +++ openacs-4/packages/notifications/sql/postgresql/notifications-init.sql 22 Sep 2005 10:47:41 -0000 1.5.8.2 @@ -10,7 +10,7 @@ select notification_interval__new ( null, - '#notifications.daily#', + 'daily', 3600 * 24, now(), null, @@ -20,7 +20,7 @@ select notification_interval__new ( null, - '#notifications.hourly#', + 'hourly', 3600, now(), null, @@ -30,7 +30,7 @@ select notification_interval__new ( null, - '#notifications.instant#', + 'instant', 0, now(), null,