Vorkommen von "LxOffice" (und andere Schreibweisen) durch "kivitendo" ersetzen
[kivitendo-erp.git] / modules / override / Rose / DBx / Cache / Anywhere.pm
index 9580e06..abc87c7 100644 (file)
@@ -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;
         }