Fixed typo in telemetry_db.php

This commit is contained in:
Federico Dossena 2024-05-31 05:50:30 +02:00
parent 1bdffc752e
commit f8f290a2e8

View file

@ -48,7 +48,7 @@ function getPdo($returnErrorMessage = false)
if (!$MsSql_WindowsAuthentication and
!isset(
$MsSql_username,
$MsSql_password,
$MsSql_password
)
) {
if($returnErrorMessage){