diff options
| author | David Siegfried <david.siegfried@uni-vechta.de> | 2024-05-06 13:53:58 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2024-05-06 13:53:58 +0000 |
| commit | 8cf4703abcbe46d1e96966359920cd1ab9d9927f (patch) | |
| tree | 15fb85190a11078361edb8caca9f10b1af5215e1 /app | |
| parent | cab295240e7e5895e80eeaae198e0ab814166a7a (diff) | |
remove write_excel, fixes #4118
Closes #4118
Merge request studip/studip!2961
Diffstat (limited to 'app')
| -rw-r--r-- | app/controllers/search/courses.php | 12 |
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(); |
