]> wagnertech.de Git - kivitendo-erp.git/blobdiff - modules/override/Rose/DBx/Cache/Anywhere.pm
Vergessen AuditTrail als DB-Objekt zu löschen
[kivitendo-erp.git] / modules / override / Rose / DBx / Cache / Anywhere.pm
index 9580e06b48fbccf7d211afa9002830405d939468..abc87c7593bbdef3b0c0fb0f2da7518a5759c79b 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;
         }