Index: openacs-4/packages/forums/tcl/forums-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/tcl/forums-procs.xql,v diff -u -r1.8 -r1.9 --- openacs-4/packages/forums/tcl/forums-procs.xql 8 Nov 2017 12:05:55 -0000 1.8 +++ openacs-4/packages/forums/tcl/forums-procs.xql 3 Sep 2024 15:37:38 -0000 1.9 @@ -9,8 +9,9 @@ presentation_type = :presentation_type, posting_policy = :posting_policy, new_questions_allowed_p = :new_questions_allowed_p, - anonymous_allowed_p = :anonymous_allowed_p - where forum_id = :forum_id + anonymous_allowed_p = :anonymous_allowed_p, + attachments_allowed_p = :attachments_allowed_p + where forum_id = :forum_id @@ -36,7 +37,7 @@ - + select forums_forums.* from forums_forums @@ -50,7 +51,7 @@ set enabled_p = 't' where forum_id = :forum_id - +