add db queries for update system, update tags in config

This commit is contained in:
ma0068
2026-04-24 12:49:00 +02:00
parent 5e72161ab0
commit e5e22931a9
4 changed files with 128 additions and 4 deletions
+1 -3
View File
@@ -147,9 +147,7 @@ $config['stv_prestudent_tags'] = [
'prewh_auto' => ['readonly' => true],
'out_auto' => ['readonly' => false],
'zgv_auto' => ['readonly' => true],
'wiedereinstieg_auto' => ['readonly' => true],
'unterbrecher_auto' => ['readonly' => true],
'stbtr_erh_auto' => ['readonly' => true],
'beitr_befr_auto' => ['readonly' => true],
'jgv_auto' => ['readonly' => false],
'nachteilausgl_auto' => ['readonly' => true],
];
@@ -4,7 +4,7 @@
*
* @author ma0068
*/
class CoreStudienbeitragErhoehtTagLib
class CoreStbErhoehtTagLib
{
protected $ci;