2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

configDB.pm: revert last change

git-svn-id: https://svn.fhem.de/fhem/trunk@19514 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2019-06-01 07:50:09 +00:00
parent 71a296fc36
commit ab742af7b4

View File

@ -307,7 +307,6 @@ sub cfgDB_Init() {
my $count = $fhem_dbh->selectrow_array('SELECT count(*) FROM fhemconfig');
if($count < 1) {
# insert default entries to get fhem running
$attr{global}{modpath} = '.';
$fhem_dbh->commit();
my $uuid = _cfgDB_Uuid;
$fhem_dbh->do("INSERT INTO fhemversions values (0, '$uuid')");