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 -r1.7 -r1.7.2.1 --- openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl 23 Sep 2002 11:30:29 -0000 1.7 +++ openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl 29 Sep 2002 18:21:52 -0000 1.7.2.1 @@ -133,7 +133,7 @@ @see ad_context_bar } { - if {![llength $args]} { + if {[llength $args]} { set choices [list [list [ad_pvt_home] [ad_pvt_home_name]] \ [list /acs-admin/ "ACS System Wide Administration"]] } else {