Index: openacs-4/www/login-status.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/login-status.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/www/login-status.tcl 17 May 2003 12:51:57 -0000 1.2 +++ openacs-4/www/login-status.tcl 10 Jan 2007 21:22:14 -0000 1.3 @@ -6,7 +6,7 @@ set pvt_home_url [ad_pvt_home] -if { [string equal [ad_conn url] $pvt_home_url] } { +if {[ad_conn url] eq $pvt_home_url} { set pvt_home_url {} }