Index: openacs-4/packages/contacts/www/index.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/www/index.vuh,v diff -u -r1.3 -r1.4 --- openacs-4/packages/contacts/www/index.vuh 13 Jun 2005 07:22:36 -0000 1.3 +++ openacs-4/packages/contacts/www/index.vuh 14 Jun 2005 09:49:43 -0000 1.4 @@ -64,13 +64,13 @@ } else { switch $file_url { "add/person" { - if { [ns_queryget object_type] != "" } { + if { ![ns_queryexists object_type] } { rp_form_put object_type "person" } rp_internal_redirect contact-add } "add/organization" { - if { [ns_queryget object_type] != "" } { + if { ![ns_queryexists object_type]} { rp_form_put object_type "organization" } rp_internal_redirect contact-add