1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-08-09 05:02:44 +03:00

Remove whitespace

This commit is contained in:
Christian Schrötter
2017-03-21 17:43:27 +01:00
parent 0b82dec825
commit 2dea9fadd4

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")) {