2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

93_DbLog: contrib 5.5.10

git-svn-id: https://svn.fhem.de/fhem/trunk@27008 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2023-01-08 19:46:20 +00:00
parent f0eb6c2e1f
commit 09a0cee4f3

View File

@ -5846,8 +5846,8 @@ sub DbLog_configcheck {
$check .= "<u><b>Result of encoding check</u></b><br><br>"; $check .= "<u><b>Result of encoding check</u></b><br><br>";
$check .= "Encoding used by Client (connection): $chutf8mod <br>" if($dbmodel !~ /SQLITE/); $check .= "Encoding used by Client (connection): $chutf8mod <br>" if($dbmodel !~ /SQLITE/);
$check .= "Encoding used by DB $dbname: $chutf8dat <br>"; $check .= "Encoding used by DB $dbname: $chutf8dat <br>";
$check .= $dbmodel =~ /SQLITE/ ? "Rating: ".$ok."<br>" : $check .= $dbmodel =~ /SQLITE/ ? "Rating: ".$ok."<br>" :
$chutf8mod eq $chutf8dat && $dbdhint =~ /DBD\sversion\sfulfills/xs ? "Rating: ".$ok."<br>" : $rec =~ /settings\so.k./xs ? "Rating: ".$ok."<br>" :
"Rating: ".$warn."<br>"; "Rating: ".$warn."<br>";
$check .= "<b>Recommendation:</b> $rec $dbdhint <br><br>"; $check .= "<b>Recommendation:</b> $rec $dbdhint <br><br>";