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!