@@ -33,7 +33,7 @@ |
||
33 | 33 | $config['DB_TYPE'] = 'pgsql'; |
34 | 34 | break; |
35 | 35 | default: |
36 | - error('Database on non-standard port ' . $config['DB_PORT'] . ' and env DB_TYPE not present'); |
|
36 | + error('Database on non-standard port '.$config['DB_PORT'].' and env DB_TYPE not present'); |
|
37 | 37 | } |
38 | 38 | } |
39 | 39 | } |