Index: openacs-4/packages/profile-provider/sql/postgresql/profiled-group-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/profile-provider/sql/postgresql/profiled-group-drop.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/profile-provider/sql/postgresql/profiled-group-drop.sql 29 Mar 2002 16:53:02 -0000 1.1 +++ openacs-4/packages/profile-provider/sql/postgresql/profiled-group-drop.sql 29 May 2003 18:05:08 -0000 1.2 @@ -5,7 +5,7 @@ -- @version $Id$ -- -drop function profiled_group__new(integer,integer,varchar,varchar,varchar,varchar,varchar,timestamp,integer,varchar); +drop function profiled_group__new(integer,integer,varchar,varchar,varchar,varchar,varchar,timestamptz,integer,varchar); drop function profiled_group__delete(integer);