From a4931fd80f8f3bb492a411ae29d400805cd83a8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Wed, 22 Aug 2012 09:42:38 +0000 Subject: [PATCH] =?UTF-8?q?Variable=20db=5Fstpl=5Ftable=20Defaultwert=20au?= =?UTF-8?q?f=20stundenplandev=20gesetzt,=20da=20sonst=20bei=20Lektoren?= =?UTF-8?q?=C3=A4nderungen=20im=20FAS=20ohne=20gesetzte=20Variablen,=20die?= =?UTF-8?q?=20echte=20Stundenplantabelle=20ge=C3=A4ndert=20wird=20statt=20?= =?UTF-8?q?der=20dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/functions.inc.php | 2 +- include/variable.class.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/functions.inc.php b/include/functions.inc.php index 18889dd15..3176b4c3b 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -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)) diff --git a/include/variable.class.php b/include/variable.class.php index c01e6688b..1e8234439 100644 --- a/include/variable.class.php +++ b/include/variable.class.php @@ -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=',';