0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00

Remove whitespace

This commit is contained in:
Christian Schrötter 2017-03-21 17:43:27 +01:00
parent 0b82dec825
commit 2dea9fadd4
No known key found for this signature in database
GPG Key ID: 8038DEBE14AD09A4

View File

@ -1253,7 +1253,6 @@ function db_connect ($ignore_errors = false) {
global $DEBUG_TEXT; global $DEBUG_TEXT;
if ($ignore_errors != 0) $DEBUG_TEXT = ''; if ($ignore_errors != 0) $DEBUG_TEXT = '';
$error_text = ''; $error_text = '';
$link = 0;
if ($CONF['database_type'] == "mysql") { if ($CONF['database_type'] == "mysql") {
if (function_exists ("mysql_connect")) { if (function_exists ("mysql_connect")) {