Index: openacs.org-dev/packages/gatekeeper/tcl/gatekeeper-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs.org-dev/packages/gatekeeper/tcl/gatekeeper-procs.tcl,v diff -u -r1.1.1.1 -r1.1.1.2 --- openacs.org-dev/packages/gatekeeper/tcl/gatekeeper-procs.tcl 9 Jul 2002 17:35:09 -0000 1.1.1.1 +++ openacs.org-dev/packages/gatekeeper/tcl/gatekeeper-procs.tcl 8 Oct 2002 15:47:12 -0000 1.1.1.2 @@ -3,7 +3,7 @@ Procs used by the gatekeeper module. @author jbank@arsdigita.com [jbank@arsdigita.com] @creation-date Wed Dec 6 11:19:49 2000 - @cvs-id + @cvs-id $Id$ } #TODO: @@ -160,7 +160,7 @@ } } set extra_cookies [ad_parameter -package_id [ad_conn package_id] "ExtraCookie"] - if { ![empty_string_p extra_cookies] } { + if { ![empty_string_p $extra_cookies] } { lappend return_cookies $extra_cookies } #ns_log Notice "Sending cookies: $return_cookies"