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.30 -r1.30.2.1 --- openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl 12 Apr 2013 16:12:56 -0000 1.30 +++ openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl 29 Sep 2013 14:55:32 -0000 1.30.2.1 @@ -106,7 +106,7 @@ return "" } - if { ![exists_and_not_null node_id] } { + if { ![info exists node_id] || $node_id eq "" } { set node_id [ad_conn node_id] } @@ -168,7 +168,7 @@ return "" } - if { ![exists_and_not_null node_id] } { + if { ![info exists node_id] || $node_id eq "" } { set node_id [ad_conn node_id] }