Commit 4ff28252 authored by Frank Bergmann's avatar Frank Bergmann

- fixed default search query as a simple list of keywords

- don't know about the other files
parent 728d6700
......@@ -51,7 +51,8 @@ end;
-- first create a CR item.
-- then call acs_mail_body__new with the CR item's item_id
create function acs_mail_body__new (integer,integer,integer,timestamptz,varchar,varchar,text,text,text,integer,varchar,date,integer,varchar,integer)
create or replace function acs_mail_body__new (integer,integer,integer,timestamptz,varchar,varchar,text,text,text,integer,varchar,timestamptz,integer,varchar,integer)
returns integer as '
declare
p_body_id alias for $1; -- default null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment