update forums_forums set
name= :name,
charter= :charter,
presentation_type= :presentation_type,
posting_policy= :posting_policy
where
forum_id= :forum_id
select * from forums_forums where 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