@@ -32,7 +32,7 @@ |
||
32 | 32 | if (empty(self::$instance)) { |
33 | 33 | try { |
34 | 34 | self::$instance = new PDO( |
35 | - DLC["driver"] . ":host=" . DLC["host"] . ";dbname=" . DLC["dbname"] . ";port=" . DLC["port"], |
|
35 | + DLC["driver"].":host=".DLC["host"].";dbname=".DLC["dbname"].";port=".DLC["port"], |
|
36 | 36 | DLC["username"], |
37 | 37 | DLC["passwd"], |
38 | 38 | DLC["options"] |