From 0fc3765528bbe1b98153e3445b08427a838d79b0 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Sat, 20 Feb 2021 14:29:23 +0000 Subject: [PATCH] re-format --- functions.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/functions.inc.php b/functions.inc.php index 6b26411d..02b7ba54 100644 --- a/functions.inc.php +++ b/functions.inc.php @@ -1594,7 +1594,6 @@ function db_connection_string() { } $dsn .= ";options='-c client_encoding=utf8'"; } else { - throw new Exception("

FATAL Error:
Invalid \$CONF['database_type']
Only: 'pgsql', 'mysql' or 'sqlite' supported.
Please fix your config.inc.php!

"); }