From 393475e62cfc4dd375332a48654e140dc56c3b57 Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Tue, 21 May 2024 10:49:27 +0200 Subject: [PATCH] adds the content update script for the room content to the checksystem --- system/dbupdate_3.4.php | 1 + 1 file changed, 1 insertion(+) diff --git a/system/dbupdate_3.4.php b/system/dbupdate_3.4.php index 3a3f0be78..8974e7c15 100644 --- a/system/dbupdate_3.4.php +++ b/system/dbupdate_3.4.php @@ -54,6 +54,7 @@ require_once('dbupdate_3.4/21620_neues_feld_zum_erfassen_des_ESI.php'); require_once('dbupdate_3.4/36530_bis_internationsalisierung_codextabelle_neuerungen.php'); require_once('dbupdate_3.4/34543_ux_template.php'); require_once('dbupdate_3.4/17513_Entwicklungsteam.php'); +require_once('dbupdate_3.4/39911_tabulator_in_contentmittitel.php'); // *** Pruefung und hinzufuegen der neuen Attribute und Tabellen echo '

Pruefe Tabellen und Attribute!

';