Index: openacs-4/packages/contacts/sql/postgresql/contacts-search-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/sql/postgresql/contacts-search-create.sql,v diff -u -r1.4 -r1.5 --- openacs-4/packages/contacts/sql/postgresql/contacts-search-create.sql 14 Jun 2005 06:51:54 -0000 1.4 +++ openacs-4/packages/contacts/sql/postgresql/contacts-search-create.sql 14 Jun 2005 07:25:18 -0000 1.5 @@ -62,7 +62,7 @@ unique(search_id,user_id) ); -select define_function_args ('contact_search__new', 'search_id,title,owner_id,all_or_any,object_type,deleted_p,creation_date,creation_user,creation_ip,context_id'); +select define_function_args ('contact_search__new', 'search_id,title,owner_id,all_or_any,object_type,deleted_p;f,creation_date,creation_user,creation_ip,context_id'); create or replace function contact_search__new (integer,varchar,integer,varchar,varchar,boolean,timestamptz,integer,varchar,integer) returns integer as '