Index: openacs-4/packages/forums/tcl/forums-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/tcl/forums-procs.tcl,v diff -u -N -r1.24.6.4 -r1.24.6.5 --- openacs-4/packages/forums/tcl/forums-procs.tcl 28 Sep 2016 18:40:00 -0000 1.24.6.4 +++ openacs-4/packages/forums/tcl/forums-procs.tcl 28 Sep 2016 18:41:48 -0000 1.24.6.5 @@ -177,7 +177,7 @@ checks forum_id } { if {[info exists package_id] && [db_0or1row check_forum_id { - select forum_id from forums_forums where forum_id = :forum_id and package_id = package_id + select forum_id from forums_forums where forum_id = :forum_id and package_id = :package_id }]} { set result true } elseif {![info exists package_id] && [db_0or1row check_forum_id {