mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
Applied patch #449529. This will now allow using a space for the db connections password.
This commit is contained in:
parent
40e145af1a
commit
e797245a5f
@ -63,7 +63,7 @@
|
||||
. $this->ifadd($this->Host, 'host=')
|
||||
. $this->ifadd($this->Port, 'port=')
|
||||
. $this->ifadd($this->User, 'user=')
|
||||
. $this->ifadd($this->Password, 'password=');
|
||||
. $this->ifadd("'".$this->Password."'", 'password=');
|
||||
if ($this->use_pconnect)
|
||||
{
|
||||
$this->Link_ID=pg_pconnect($cstr);
|
||||
|
Loading…
Reference in New Issue
Block a user