Index: openacs-4/packages/notifications/sql/postgresql/notifications-replies-package-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/sql/postgresql/notifications-replies-package-create.sql,v diff -u -r1.3 -r1.3.2.1 --- openacs-4/packages/notifications/sql/postgresql/notifications-replies-package-create.sql 20 Sep 2002 07:32:19 -0000 1.3 +++ openacs-4/packages/notifications/sql/postgresql/notifications-replies-package-create.sql 21 Jan 2003 13:51:40 -0000 1.3.2.1 @@ -16,7 +16,7 @@ select define_function_args ('notification_reply__delete','reply_id'); -create function notification_reply__new (integer,integer,integer,integer,varchar,text,timestamp,timestamp,integer,varchar,integer) +create function notification_reply__new (integer,integer,integer,integer,varchar,text,timestamp with time zone,timestamp with time zone,integer,varchar,integer) returns integer as ' DECLARE p_reply_id alias for $1;