3
0
Fork 0
mirror of https://github.com/fsr/eseeva synced 2025-04-28 09:28:31 +02:00

fixed file name pluralisation

This commit is contained in:
Dirk Legler 2014-09-26 10:46:58 +02:00
parent fead322def
commit 0725484eaf
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@
define ("STUDENT_QUESTIONNAIRE", "questionnaires/student_questionnaire.txt");
define ("TUTOR_QUESTIONNAIRE", "questionnaires/tutor_questionnaire.txt");
define ("PATRONS", "questionnaires/namenspatronen.txt");
define ("PATRONS", "questionnaires/namenspatrone.txt");
// Possible Questionnaire Element Types
// Should be used by all scripts when referencing them
/**