aboutsummaryrefslogtreecommitdiff
path: root/lib/functions.php
diff options
context:
space:
mode:
authorDavid Siegfried <david.siegfried@uni-vechta.de>2024-05-15 13:57:30 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2024-05-15 13:57:30 +0000
commit0f1d1b14280562f5ff6a64d103979204d8d2a22d (patch)
tree4c1e48c3497c52bb18087f27f961ae46d31c2e7c /lib/functions.php
parent152ef0e0f92afde613b65842aaffbd0da95d5bbd (diff)
remove old evaluation, fixes #3787
Closes #3787 Merge request studip/studip!2661
Diffstat (limited to 'lib/functions.php')
-rw-r--r--lib/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/functions.php b/lib/functions.php
index 7d9f4f2..6b00608 100644
--- a/lib/functions.php
+++ b/lib/functions.php
@@ -849,7 +849,7 @@ function search_range($search_str = false, $search_user = false, $show_sem = tru
}
}
} elseif ($GLOBALS['perm']->have_perm('tutor') || $GLOBALS['perm']->have_perm('autor')) {
- // autors my also have evaluations and news in studygroups with proper rights
+ // autors my also have news in studygroups with proper rights
$_hidden = _('(versteckt)');
$query = "SELECT s.Seminar_id, IF(s.visible = 0, CONCAT(s.Name, ' {$_hidden}'), s.Name) AS Name %s
FROM seminar_user AS a