From af328dfaf66b11f06c740de78c5f4e7b553754a6 Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms <tleilax+github@gmail.com> Date: Wed, 27 Sep 2023 10:05:15 +0200 Subject: [PATCH] remove bogus code, fixes #3239 --- .../classes/EvaluationTreeEditView.class.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/lib/evaluation/classes/EvaluationTreeEditView.class.php b/lib/evaluation/classes/EvaluationTreeEditView.class.php index b4aa5debf47..c5b8867ebff 100644 --- a/lib/evaluation/classes/EvaluationTreeEditView.class.php +++ b/lib/evaluation/classes/EvaluationTreeEditView.class.php @@ -489,18 +489,6 @@ class EvaluationTreeEditView $path = "<a name=\"anchor\"> </a>\n" . _("Sie sind hier:") . " "; - if (0 && $this->startItemID != ROOT_ITEM) { - - - $path .= "<a class=\"tree\" href=\"" - . URLHelper::getLink($this->getSelf("itemID=root")) - . "\">" -# . Icon::create('arr_1right', 'attention')->asImg() -# . "width=\"10\" hight=\"20\">" -# . " " - . _("Evaluation") - . "</a>"; - } $path .= "<a class=\"tree\" href=\"" . URLHelper::getLink($this->getSelf("itemID=" . ROOT_BLOCK, false)) . "\">" -- GitLab