Index: openacs-4/packages/acs-tcl/tcl/00-icanuse-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/00-icanuse-procs.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-tcl/tcl/00-icanuse-procs.tcl 24 Oct 2024 16:53:24 -0000 1.5 +++ openacs-4/packages/acs-tcl/tcl/00-icanuse-procs.tcl 26 Nov 2024 08:18:55 -0000 1.6 @@ -139,7 +139,6 @@ ::acs::register_icanuse "ns_set values" [acs::cmd_has_subcommand ns_set values] ::acs::register_icanuse "ns_setcookie -samesite" [acs::cmd_error_contains ns_setcookie -samesite] ::acs::register_icanuse "ns_strcoll" {[info commands ::ns_strcoll] ne ""} -::acs::register_icanuse "ns_subnetmatch" {[info commands ::ns_subnetmatch] ne ""} ::acs::register_icanuse "ns_urlencode -part oauth1" [acs::cmd_error_contains {ns_urlencode -part xxx} oauth1] ::acs::register_icanuse "ns_writer" {[info commands ::ns_writer] ne ""} ::acs::register_icanuse "nsf::config profile" [expr {[info exists ::nsf::config(profile)] ? $::nsf::config(profile) : 0}]