X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/88262ee31b042c75a06cd43a5308baaf28d17fa5..0674bc84625f8968ae558027c48af5815ce5f4be:/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; }