Index: openacs-4/packages/xowiki/tcl/includelet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/includelet-procs.tcl,v diff -u -r1.191.2.12 -r1.191.2.13 --- openacs-4/packages/xowiki/tcl/includelet-procs.tcl 14 Apr 2014 21:33:09 -0000 1.191.2.12 +++ openacs-4/packages/xowiki/tcl/includelet-procs.tcl 15 Apr 2014 06:33:15 -0000 1.191.2.13 @@ -2631,7 +2631,7 @@ {-with_footer "false"} } { my instvar __including_page - if {$cnames ne "" || $allow_reorder ne "" || $with_footer ne "false"} { + if {$cnames ne "" || $allow_reorder ne "" || $with_footer != "false"} { error "ignoring cnames, allow_reorder, and with_footer for the time being" } @@ -2673,7 +2673,7 @@ {-with_footer "false"} } { my instvar __including_page - if {$cnames ne "" || $allow_reorder ne "" || $with_footer ne "false"} { + if {$cnames ne "" || $allow_reorder ne "" || $with_footer != "false"} { error "ignoring cnames, allow_reorder, and with_footer for the time being" } @@ -2727,7 +2727,7 @@ {-with_footer "false"} } { my instvar __including_page - if {$cnames ne "" || $allow_reorder ne "" || $with_footer ne "false"} { + if {$cnames ne "" || $allow_reorder ne "" || $with_footer != "false"} { error "ignoring cnames, allow_reorder, and with_footer for the time being" } @@ -2787,7 +2787,7 @@ {-with_footer "false"} } { my instvar __including_page - if {$cnames ne "" || $allow_reorder ne "" || $with_footer ne "false"} { + if {$cnames ne "" || $allow_reorder ne "" || $with_footer != "false"} { error "ignoring cnames, allow_reorder, and with_footer for the time being" } @@ -2865,7 +2865,7 @@ {-with_footer "false"} } { my instvar __including_page - if {$cnames ne "" || $allow_reorder ne "" || $with_footer ne "false"} { + if {$cnames ne "" || $allow_reorder ne "" || $with_footer != "false"} { error "ignoring cnames, allow_reorder, and with_footer for the time being" }