Index: openacs-4/packages/cookie-consent/tcl/cookie-consent-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cookie-consent/tcl/cookie-consent-procs.tcl,v diff -u -N -r1.12.2.7 -r1.12.2.8 --- openacs-4/packages/cookie-consent/tcl/cookie-consent-procs.tcl 3 Jul 2020 08:03:18 -0000 1.12.2.7 +++ openacs-4/packages/cookie-consent/tcl/cookie-consent-procs.tcl 17 Oct 2020 07:50:50 -0000 1.12.2.8 @@ -29,12 +29,12 @@ # widget also via NaviServer config file: # # ns_section ns/server/${server}/acs/cookie-consent - # ns_param Version cookieconsent2/3.1.0 + # ns_param Version cookieconsent2/3.1.1 set ::cookieconsent::version [parameter::get \ -package_id $package_id \ -parameter Version \ - -default cookieconsent2/3.1.0] + -default cookieconsent2/3.1.1] ad_proc -private get_relevant_subsite {} { } { @@ -242,7 +242,7 @@ # set cookie_set [ad_get_cookie "cookieconsent_status-$subsite_id" ""] - if {$enabled_p && $cookie_set eq ""} { + if {$enabled_p && $cookie_set eq "" && ![ad_conn bot_p]} { # # Create an instance of the consent widget class from all configuration options #