Remove name from code
This commit is contained in:
parent
569851fa0e
commit
938ece1a3f
|
@ -10,7 +10,6 @@ class PostgreSQL extends AbstractDatabase {
|
|||
$e_user = addslashes($this->dbuser);
|
||||
$e_password = addslashes($this->dbpassword);
|
||||
|
||||
// Eduardo: 04/01/2013
|
||||
// Fix database with port connection
|
||||
if(strpos($e_host, ':')) {
|
||||
list($e_host, $port)=explode(':', $e_host, 2);
|
||||
|
@ -71,7 +70,6 @@ class PostgreSQL extends AbstractDatabase {
|
|||
$e_user = addslashes($this->dbuser);
|
||||
$e_password = addslashes($this->dbpassword);
|
||||
|
||||
// Eduardo: 04/01/2013
|
||||
// Fix database with port connection
|
||||
if(strpos($e_host, ':')) {
|
||||
list($e_host, $port)=explode(':', $e_host, 2);
|
||||
|
|
Loading…
Reference in New Issue