mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Add tabs to conformance with owncloud code standards
This commit is contained in:
parent
d258ade35e
commit
569851fa0e
1 changed files with 4 additions and 4 deletions
|
|
@ -10,8 +10,8 @@ class PostgreSQL extends AbstractDatabase {
|
|||
$e_user = addslashes($this->dbuser);
|
||||
$e_password = addslashes($this->dbpassword);
|
||||
|
||||
// Eduardo: 04/01/2013
|
||||
// Fix database with port connection
|
||||
// Eduardo: 04/01/2013
|
||||
// Fix database with port connection
|
||||
if(strpos($e_host, ':')) {
|
||||
list($e_host, $port)=explode(':', $e_host, 2);
|
||||
} else {
|
||||
|
|
@ -71,8 +71,8 @@ class PostgreSQL extends AbstractDatabase {
|
|||
$e_user = addslashes($this->dbuser);
|
||||
$e_password = addslashes($this->dbpassword);
|
||||
|
||||
// Eduardo: 04/01/2013
|
||||
// Fix database with port connection
|
||||
// Eduardo: 04/01/2013
|
||||
// Fix database with port connection
|
||||
if(strpos($e_host, ':')) {
|
||||
list($e_host, $port)=explode(':', $e_host, 2);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue