mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 04:36:36 +00:00
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:
parent
0cc642744a
commit
249d0efa8d
@ -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()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user