You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-08-09 05:02:44 +03:00
Remove whitespace
This commit is contained in:
@@ -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")) {
|
||||||
|
Reference in New Issue
Block a user