diff options
| author | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2023-09-27 10:05:15 +0200 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2023-09-27 10:05:20 +0200 |
| commit | 55116da059f2372bc32e67c34441bb2b5be0769d (patch) | |
| tree | fb7ad766eaaea3f55d57fbd2648063f4b06cd864 /lib | |
| parent | 34e1aa3300e8d7cfa0c92e7c02d8009d184350fb (diff) | |
remove bogus code, fixes #3239
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/evaluation/classes/EvaluationTreeEditView.class.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/evaluation/classes/EvaluationTreeEditView.class.php b/lib/evaluation/classes/EvaluationTreeEditView.class.php index b4aa5de..c5b8867 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)) . "\">" |
