Remove name from code

This commit is contained in:
eduardo 2014-01-08 00:15:08 -02:00
parent 569851fa0e
commit 938ece1a3f
1 changed files with 0 additions and 2 deletions

View File

@ -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);