Index: openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl,v diff -u -N -r1.118.2.45 -r1.118.2.46 --- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 24 Apr 2017 08:08:11 -0000 1.118.2.45 +++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 24 Apr 2017 08:45:57 -0000 1.118.2.46 @@ -8,12 +8,6 @@ @cvs-id $Id$ } -if {![info exists acs::kernel_id]} { - # This is a saftey check for upgrades, when for whatever reason - # acs::kernel_id was not yet set. This might only happen on direct - # upgrade attempts of version before OpenACS 5.9.0 to 5.9.1. - set ::acs::kernel_id [ad_acs_kernel_id_mem] -} ##### # # PUBLIC API @@ -810,8 +804,6 @@ # Who's online whos_online::user_requested_page [ad_conn untrusted_user_id] - if {} { - } ##### #