aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDavid Siegfried <david.siegfried@uni-vechta.de>2024-05-06 13:53:58 +0000
committerDavid Siegfried <david.siegfried@uni-vechta.de>2024-05-06 13:53:58 +0000
commit8cf4703abcbe46d1e96966359920cd1ab9d9927f (patch)
tree15fb85190a11078361edb8caca9f10b1af5215e1 /app
parentcab295240e7e5895e80eeaae198e0ab814166a7a (diff)
remove write_excel, fixes #4118
Closes #4118 Merge request studip/studip!2961
Diffstat (limited to 'app')
-rw-r--r--app/controllers/search/courses.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/app/controllers/search/courses.php b/app/controllers/search/courses.php
index e068cf7..a6a4d27 100644
--- a/app/controllers/search/courses.php
+++ b/app/controllers/search/courses.php
@@ -61,18 +61,6 @@ class Search_CoursesController extends AuthenticatedController
PageLayout::setTitle($title);
}
- public function export_results_action()
- {
- $sem_browse_obj = new SemBrowse();
- $tmpfile = basename($sem_browse_obj->create_result_xls());
- if ($tmpfile) {
- $this->redirect(FileManager::getDownloadURLForTemporaryFile(
- $tmpfile, _('ErgebnisVeranstaltungssuche.xls'), 4));
- } else {
- $this->render_nothing();
- }
- }
-
private function setupSidebar()
{
$sidebar = Sidebar::Get();