Index: openacs-4/packages/notes/sql/postgresql/notes-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notes/sql/postgresql/notes-drop.sql,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/notes/sql/postgresql/notes-drop.sql 17 May 2003 10:51:28 -0000 1.6 +++ openacs-4/packages/notes/sql/postgresql/notes-drop.sql 10 Feb 2004 19:47:36 -0000 1.7 @@ -7,8 +7,8 @@ \i notes-sc-drop.sql --drop functions -drop function note__new (integer,integer,varchar,varchar,varchar,timestamptz,integer,varchar,integer); -drop function note__delete (integer); +drop function note__new (integer,varchar,varchar,varchar,timestamptz,integer,varchar,integer); +drop function note__del(integer); drop function note__name (integer); --drop permissions