aboutsummaryrefslogtreecommitdiff
path: root/lib/models/FachFachbereich.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/models/FachFachbereich.php')
-rw-r--r--lib/models/FachFachbereich.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/models/FachFachbereich.php b/lib/models/FachFachbereich.php
index 0de4454..c392b5a 100644
--- a/lib/models/FachFachbereich.php
+++ b/lib/models/FachFachbereich.php
@@ -49,8 +49,7 @@ class FachFachbereich extends ModuleManagementModel
$ret = [];
$fach_insts = parent::getEnrichedByQuery('SELECT mfi.* '
. 'FROM mvv_fach_inst mfi '
- . 'WHERE mfi.fach_id = ? '
- , $params);
+ . 'WHERE mfi.fach_id = ? ', $params);
foreach ($fach_insts as $fach_inst) {
$ret[$fach_inst->institut_id] = $fach_inst;
}