2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-28 11:01:59 +00:00

93_DbLog: contrib V 3.14.0

git-svn-id: https://svn.fhem.de/fhem/trunk@19136 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2019-04-07 07:00:43 +00:00
parent 20a791ab76
commit fed2ed31a3

View File

@ -236,7 +236,6 @@ sub DbLog_Initialize($)
"expimpdir ". "expimpdir ".
"exportCacheAppend:1,0 ". "exportCacheAppend:1,0 ".
"syncInterval ". "syncInterval ".
"shutdownWait ".
"noNotifyDev:1,0 ". "noNotifyDev:1,0 ".
"showproctime:1,0 ". "showproctime:1,0 ".
"suppressAddLogV3:1,0 ". "suppressAddLogV3:1,0 ".
@ -7752,13 +7751,16 @@ return;
"perl": 5.014, "perl": 5.014,
"Data::Dumper": 0, "Data::Dumper": 0,
"DBI": 0, "DBI": 0,
"DBD::mysql" :0,
"DBD::SQLite" :0,
"Blocking": 0, "Blocking": 0,
"Time::HiRes": 0, "Time::HiRes": 0,
"Time::Local": 0, "Time::Local": 0,
"Encode": 0 "Encode": 0
}, },
"recommends": { "recommends": {
"FHEM::Meta": 0 "FHEM::Meta": 0,
"DBD::Pg" :0
}, },
"suggests": { "suggests": {
} }