]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove name from code
authoreduardo <eduardo@vnexu.net>
Wed, 8 Jan 2014 02:15:08 +0000 (00:15 -0200)
committereduardo <eduardo@vnexu.net>
Wed, 8 Jan 2014 02:15:08 +0000 (00:15 -0200)
lib/private/setup/postgresql.php

index dc1df115d935921a8c7f5ba4d6b5e0cf977a2aea..6065cee80c853434da98ff705e72143a9a7c24a8 100644 (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);