From 0dc508cf1fda5c93b3c6bc0d86782245792c6016 Mon Sep 17 00:00:00 2001 From: Cris Date: Wed, 30 Mar 2022 17:13:26 +0200 Subject: [PATCH] Corrected code order --- system/dbupdate_3.3.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/dbupdate_3.3.php b/system/dbupdate_3.3.php index 59559931a..7b7fd0924 100644 --- a/system/dbupdate_3.3.php +++ b/system/dbupdate_3.3.php @@ -6139,9 +6139,6 @@ if ($result = $db->db_query("SELECT * FROM pg_class WHERE relname='idx_webservic } } -// *** Pruefung und hinzufuegen der neuen Attribute und Tabellen -echo '

Pruefe Tabellen und Attribute!

'; - // Insert postive Zeitsperre 'Zeitverfuegbarkeit' to tbl_zeitsperretyp if($result = @$db->db_query("SELECT 1 FROM campus.tbl_zeitsperretyp WHERE zeitsperretyp_kurzbz = 'ZVerfueg';")) { @@ -6170,6 +6167,9 @@ if($result = @$db->db_query("SELECT 1 FROM system.tbl_berechtigung WHERE berecht } } +// *** Pruefung und hinzufuegen der neuen Attribute und Tabellen +echo '

Pruefe Tabellen und Attribute!

'; + $tabellen=array( "bis.tbl_bisorgform" => array("bisorgform_kurzbz","code","bezeichnung"), "bis.tbl_archiv" => array("archiv_id","studiensemester_kurzbz","meldung","html","studiengang_kz","insertamum","insertvon","typ"),