mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-03 11:59:29 +00:00
Variable db_stpl_table Defaultwert auf stundenplandev gesetzt, da sonst bei Lektorenänderungen im FAS ohne gesetzte Variablen, die echte Stundenplantabelle geändert wird statt der dev
This commit is contained in:
@@ -299,7 +299,7 @@ function loadVariables($user)
|
||||
if (!isset($db_stpl_table))
|
||||
{
|
||||
global $db_stpl_table;
|
||||
$db_stpl_table='stundenplan';
|
||||
$db_stpl_table='stundenplandev';
|
||||
}
|
||||
|
||||
if (!isset($kontofilterstg))
|
||||
|
||||
@@ -240,7 +240,7 @@ class variable extends basis_db
|
||||
}
|
||||
|
||||
if (!isset($this->variable->db_stpl_table))
|
||||
$this->variable->db_stpl_table='stundenplan';
|
||||
$this->variable->db_stpl_table='stundenplandev';
|
||||
|
||||
if (!isset($this->variable->emailadressentrennzeichen))
|
||||
$this->variable->emailadressentrennzeichen=',';
|
||||
|
||||
Reference in New Issue
Block a user