From 473815639b517545d8b30a41bd652eb691630337 Mon Sep 17 00:00:00 2001 From: Johann Hoffmann Date: Mon, 17 Jun 2024 17:39:56 +0200 Subject: [PATCH] added entschuldigung max reach constant; rewrote SQL queries from string insert to param escaping; removed Stundenplan Lookup from LE for LVA fetch; load LE Stundenplan termine and serve as option when starting new kontrolle. --- system/phrasesupdate.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index da6e62085..1d4261ac7 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -26361,6 +26361,26 @@ array( ) ) ), + array( + 'app' => 'anwesenheiten', + 'category' => 'global', + 'phrase' => 'termine', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Termine', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Dates', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ) // FHC-CORE-ANWESENHEITEN END );