Forum OpenACS Q&A: Response to Personal/Corporate Calendar in ACS

Collapse
Posted by Leif Jensen on
I almost forgot one more question:

        set item_id [db_exec_plsql cal_ins_item_on_id_table "
        BEGIN
        :1 := cal_ins_item_on_id_table(:on_which_table, :on_what_id,
        $start_date_sql, $end_date_sql,
        :title, :user_id, :group_id, :description, :html_p,
        :related_link_url, :related_link_text, :redirect_to_related_link_p,
        :creator_id, :editable_p);
        END;
        "]

Will this work in 3.2.x or do I have to implement some plsql function?