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