Skip to content

Commit f8f290a

Browse files
committed
Fixed typo in telemetry_db.php
1 parent 1bdffc7 commit f8f290a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

results/telemetry_db.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function getPdo($returnErrorMessage = false)
4848
if (!$MsSql_WindowsAuthentication and
4949
!isset(
5050
$MsSql_username,
51-
$MsSql_password,
51+
$MsSql_password
5252
)
5353
) {
5454
if($returnErrorMessage){

0 commit comments

Comments
 (0)