Index: openacs-4/packages/acs-bootstrap-installer/installer.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/acs-bootstrap-installer/installer.tcl 18 Jul 2003 11:36:34 -0000 1.8 +++ openacs-4/packages/acs-bootstrap-installer/installer.tcl 25 Aug 2003 11:55:40 -0000 1.9 @@ -177,7 +177,9 @@ # Peter Marklund # We need to be able to invoke ad_conn in the installer. However # We cannot use the rp_filter that sets up ad_conn - proc ad_conn {attribute} { + proc ad_conn { args } { + set attribute [lindex $args 0] + if { [string equal $attribute "-connected_p"] } { set return_value 1 } elseif { [catch {set return_value [ns_conn $attribute] } error] } {