Skip to content
Snippets Groups Projects
Commit 5229ea4d authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

disable localization for default column, re #26

parent d81488ac
No related branches found
No related tags found
No related merge requests found
...@@ -486,7 +486,7 @@ class Admin_CoursesController extends AuthenticatedController ...@@ -486,7 +486,7 @@ class Admin_CoursesController extends AuthenticatedController
} }
if (in_array('name', $filter_config)) { if (in_array('name', $filter_config)) {
$row['name'] = $course_model->name; $row['name'] = $course['Name'];
} }
foreach (array_slice(array_keys($GLOBALS['CONTENT_LANGUAGES']), 1) as $key) { foreach (array_slice(array_keys($GLOBALS['CONTENT_LANGUAGES']), 1) as $key) {
......
...@@ -55,7 +55,7 @@ if (!$values['parent_course'] || !in_array($values['parent_course'], array_keys( ...@@ -55,7 +55,7 @@ if (!$values['parent_course'] || !in_array($values['parent_course'], array_keys(
<? if ($GLOBALS['perm']->have_studip_perm("autor", $semid)) : ?> <? if ($GLOBALS['perm']->have_studip_perm("autor", $semid)) : ?>
<a href="<?= URLHelper::getLink('seminar_main.php', ['auswahl' => $semid]) ?>"> <a href="<?= URLHelper::getLink('seminar_main.php', ['auswahl' => $semid]) ?>">
<? endif ?> <? endif ?>
<?= htmlReady($course->name) ?> <?= htmlReady($values['Name']) ?>
<? if ($GLOBALS['perm']->have_studip_perm("autor", $semid)) : ?> <? if ($GLOBALS['perm']->have_studip_perm("autor", $semid)) : ?>
</a> </a>
<? endif ?> <? endif ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment