Index: openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl,v diff -u -N -r1.38 -r1.39 --- openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl 6 Apr 2018 15:40:36 -0000 1.38 +++ openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl 25 Apr 2018 19:23:26 -0000 1.39 @@ -60,7 +60,7 @@ @author Peter Marklund } { - set context [list] + set context {} while { $node_id ne "" } { array set node [site_node::get -node_id $node_id] @@ -234,7 +234,7 @@ } { set count 0 - set return_list [list] + set return_list {} foreach value $values { if { $default eq $value } { @@ -274,7 +274,7 @@ # directories that should not receive links to move up one level proc ad_no_uplevel_patterns {} { - set regexp_patterns [list] + set regexp_patterns {} lappend regexp_patterns "*/pvt/home.tcl" # Tcl files in the root directory lappend regexp_patterns "^/\[^/\]*\.tcl\$"