update forums_forums set
name = :name,
charter = :charter,
presentation_type = :presentation_type,
posting_policy = :posting_policy,
new_questions_allowed_p = :new_questions_allowed_p,
anonymous_allowed_p = :anonymous_allowed_p,
attachments_allowed_p = :attachments_allowed_p
where forum_id = :forum_id
update acs_objects set
title = :name,
last_modified = current_timestamp,
modifying_user = [ad_conn user_id]
where object_id = :forum_id
select forum_id,
name,
posting_policy,
presentation_type
from forums_forums
where package_id = :package_id
order by name
select forums_forums.*
from forums_forums
where forums_forums.forum_id = :forum_id
update forums_forums
set enabled_p = 't'
where forum_id = :forum_id
update forums_forums
set enabled_p = 'f'
where forum_id = :forum_id