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.1.2.50 -r1.1.2.51 --- openacs-4/packages/acs-tcl/tcl/00-icanuse-procs.tcl 11 Jun 2024 09:15:44 -0000 1.1.2.50 +++ openacs-4/packages/acs-tcl/tcl/00-icanuse-procs.tcl 19 Aug 2024 13:42:22 -0000 1.1.2.51 @@ -112,7 +112,7 @@ ::acs::register_icanuse "ns_crypto::randombytes" {[info commands ::ns_crypto::randombytes] ne ""} ::acs::register_icanuse "ns_crypto::scrypt" {[info commands ::ns_crypto::scrypt] ne ""} ::acs::register_icanuse "ns_db currenthandles" [acs::cmd_has_subcommand ns_db currenthandles] -::acs::register_icanuse "ns_deletecookie -samesite" [acs::cmd_error_contains {ns_deletecookie ""} -samesite] +::acs::register_icanuse "ns_deletecookie -samesite" [acs::cmd_error_contains {ns_deletecookie} -samesite] ::acs::register_icanuse "ns_hash" {[info commands ::ns_hash] ne ""} ::acs::register_icanuse "ns_ictl trace idle" [acs::cmd_error_contains {ns_ictl trace foo} idle] ::acs::register_icanuse "ns_ip" {[info commands ::ns_ip] ne ""}