I think I found a error in the install.php.

I think I found a error in the install.php.

by Wayne Self -
Number of replies: 0
In stage 3 of the install.php  there is a "if" statement that checks for
postgres7 and dbhost, if it's true then dbhost gets assign dbuser,dbpass
and dbname. Then if you go down to the line where the Connection
is made dbhost now has  the values set from above plus dbuser, dbpass and dbname again. I thought the order of variables for connecting to
Postgres was dbname,host,options,password,port,tty, and user, with
some of these being optional. Any whoooo, I'm new to PHP so can
someone who knows more that I do tell me if I'm all wash up.
Thanks

Average of ratings: -