Commit c20513b8 authored by Frank Bergmann's avatar Frank Bergmann

- fixed syntax error for PostgreSQL 8.3 native install

parent 767fe9d4
......@@ -676,7 +676,7 @@ begin
from acs_events e
left join acs_activities a
on (e.activity_id = a.activity_id)
where e.event_id = get_html_p__event_id
where e.event_id = get_html_p__event_id;
return v_html_p;
......@@ -704,7 +704,7 @@ begin
from acs_events e
left join acs_activities a
on (e.activity_id = a.activity_id)
where e.event_id = get_status_summary__event_id
where e.event_id = get_status_summary__event_id;
return v_status_summary;
......
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