mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-20 12:58:46 +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->Host, 'host=')
|
||||||
. $this->ifadd($this->Port, 'port=')
|
. $this->ifadd($this->Port, 'port=')
|
||||||
. $this->ifadd($this->User, 'user=')
|
. $this->ifadd($this->User, 'user=')
|
||||||
. $this->ifadd($this->Password, 'password=');
|
. $this->ifadd("'".$this->Password."'", 'password=');
|
||||||
if ($this->use_pconnect)
|
if ($this->use_pconnect)
|
||||||
{
|
{
|
||||||
$this->Link_ID=pg_pconnect($cstr);
|
$this->Link_ID=pg_pconnect($cstr);
|
||||||
|
Loading…
Reference in New Issue
Block a user