Index: openacs-4/packages/forums/sql/oracle/forums-notifications-sanitize.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/sql/oracle/Attic/forums-notifications-sanitize.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/forums/sql/oracle/forums-notifications-sanitize.sql 25 Jun 2002 19:32:59 -0000 1.1 +++ openacs-4/packages/forums/sql/oracle/forums-notifications-sanitize.sql 13 Feb 2003 07:25:14 -0000 1.2 @@ -12,8 +12,10 @@ begin for row in (select type_id from notification_types - where short_name in (''forums_forum_notif'',''forums_message_notif'')) + where short_name in ('forums_forum_notif','forums_message_notif')) loop notification_type.delete(row.type_id); end loop; end; +/ +show errors