93_DbRep: V2.6.0, new get-command "procinfo" (MySQL), default timeout changed to 86400

git-svn-id: https://svn.fhem.de/fhem/trunk@14739 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
DS_Starter
2017-07-17 23:13:48 +00:00
parent 482a216dee
commit 8cbb5c83bd

View File

@@ -3925,7 +3925,7 @@ sub dbmeta_DoParse($) {
$res .= "<tr><td style='padding-right:5px;padding-left:5px'>".$row."</td></tr>";
}
my $tab .= $res."</table></html>";
push(@row_array, "Test ".$tab);
push(@row_array, "ProcessList ".$tab);
} else {
while (my @line = $sth->fetchrow_array()) {