X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/26c208eccb283f8679559b7d662b07714d56a736..deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44:/modules/override/Rose/DBx/Cache/Anywhere.pm diff --git a/modules/override/Rose/DBx/Cache/Anywhere.pm b/modules/override/Rose/DBx/Cache/Anywhere.pm index 9580e06b4..abc87c759 100644 --- a/modules/override/Rose/DBx/Cache/Anywhere.pm +++ b/modules/override/Rose/DBx/Cache/Anywhere.pm @@ -43,8 +43,8 @@ sub prepare_db { return; } - # if this a dummy lx office dbh, don't try to actually prepare this. - if ($db->type =~ /LXOFFICE_EMPTY/) { + # if this a dummy kivitendo dbh, don't try to actually prepare this. + if ($db->type =~ /KIVITENDO_EMPTY/) { return; }