From 730a20d373be0659b21dc1a636ed307167a4767c Mon Sep 17 00:00:00 2001 From: oesi Date: Thu, 28 May 2015 17:24:05 +0200 Subject: [PATCH] =?UTF-8?q?Default=20Wert=20f=C3=BCr=20CIS=5FPRUEFUNG=5FMA?= =?UTF-8?q?IL=5FEMPFAENGER=5FANMEDLUNG=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/global.config-default.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/global.config-default.inc.php b/config/global.config-default.inc.php index 55addac70..e048b4fb7 100644 --- a/config/global.config-default.inc.php +++ b/config/global.config-default.inc.php @@ -141,8 +141,8 @@ define('PRESTUDENT_ID_DUMMY_STUDENT', 13478); //Legt fest ob die Option für alle Räume im Saalplan Dropdown angezeigt werden soll. (true|false) define('CIS_SAALPLAN_ALLERAEUME_OPTION', false); -//Legt fest ob Bestätigungsmails über eine Anmelung zu einer Prüfung an eine einzelne Person erfolgt oder an den jeweiligen Lektor. (Leerstring für jeweiligen Lektro); -define('CIS_PRUEFUNG_MAIL_EMPFAENGER_ANMEDLUNG',"p.vondrak"); +//Legt fest ob Bestätigungsmails über eine Anmelung zu einer Prüfung an eine einzelne Person erfolgt oder an den jeweiligen Lektor. (Leerstring für jeweiligen Lektor | uid); +define('CIS_PRUEFUNG_MAIL_EMPFAENGER_ANMEDLUNG',""); // Username fuer STIP Schnittstelle define('STIP_USER_NAME','stipendienstelle');