From 52272932ed45f75b4d70be01073668340571d71f Mon Sep 17 00:00:00 2001 From: Harald Bamberger Date: Fri, 22 Oct 2021 10:31:02 +0200 Subject: [PATCH 1/3] another euvocid phrase --- system/phrasesupdate.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index d41d43c4f..b000177b8 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -12852,6 +12852,26 @@ array( ) ) ), + array( + 'app' => 'core', + 'category' => 'eucovidqr', + 'phrase' => 'supportbeschreibung', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => "Bei technischen Problemen kontaktieren Sie bitte: ", + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => "in case of technical issues please contact: ", + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), ); From 875fc5c63275b7edad37cf7197cc8cacb0f33cf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Fri, 22 Oct 2021 16:07:41 +0200 Subject: [PATCH 2/3] =?UTF-8?q?Maximale=20laufzeit=20f=C3=BCr=20Auswertung?= =?UTF-8?q?en=20erh=C3=B6ht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/statistik.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/statistik.class.php b/include/statistik.class.php index 7d34a04a0..3075250b5 100644 --- a/include/statistik.class.php +++ b/include/statistik.class.php @@ -510,7 +510,7 @@ class statistik extends basis_db $this->html=''; $this->csv=''; $this->json=array(); - set_time_limit(60); + set_time_limit(120); if($this->sql!='') { From 29ae48bc484dee8dea955d6a0624c8ee48d116b4 Mon Sep 17 00:00:00 2001 From: ma0048 Date: Mon, 25 Oct 2021 09:51:06 +0200 Subject: [PATCH 3/3] udflib fixed fuer den infocenter udf schule uebernehmen job --- application/libraries/UDFLib.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/libraries/UDFLib.php b/application/libraries/UDFLib.php index 827bdc989..c5f0d3e98 100644 --- a/application/libraries/UDFLib.php +++ b/application/libraries/UDFLib.php @@ -312,10 +312,10 @@ class UDFLib { $resultElement->{$columnName} = $columnValue; } - } - // And finally remove the UDFs column - unset($resultElement->{self::COLUMN_NAME}); + // And finally remove the UDFs column + unset($resultElement->{self::COLUMN_NAME}); + } } /**