Index: openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl,v diff -u -r1.141.2.19 -r1.141.2.20 --- openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 19 May 2020 19:15:37 -0000 1.141.2.19 +++ openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 6 Jun 2020 09:24:43 -0000 1.141.2.20 @@ -61,11 +61,13 @@ # # Turn on UseXotclSiteNodes in cases, where all requirements are met. # The XOTcl classes below depend on XOTcl 2, xotcl-core (in particular -# 05-db-procs.tcl). The current implementation should with Oracle +# 05-db-procs.tcl). The current implementation should work with Oracle # 11gR2 (Aug 2013) or newer, probably one "limit" clause has to be # replaced. The implementation does not distinguish btw. AOLserver and # NaviServer (uses simply ns_cache_eval for speed and simplicity). -# +# The code depends on xotcl-core only because of the xo::db interface, +# which should be turned into mainstream OpenACS after the OpenACS +# 5.10 release. if {[info commands ::nx::Object] ne "" && [ns_info name] eq "NaviServer"