aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+github@gmail.com>2023-09-27 10:05:15 +0200
committerJan-Hendrik Willms <tleilax+github@gmail.com>2023-09-27 10:05:20 +0200
commit55116da059f2372bc32e67c34441bb2b5be0769d (patch)
treefb7ad766eaaea3f55d57fbd2648063f4b06cd864 /lib
parent34e1aa3300e8d7cfa0c92e7c02d8009d184350fb (diff)
remove bogus code, fixes #3239
Diffstat (limited to 'lib')
-rw-r--r--lib/evaluation/classes/EvaluationTreeEditView.class.php12
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\">&nbsp;</a>\n"
. _("Sie sind hier:")
. "&nbsp;";
- 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\">"
-# . "&nbsp;"
- . _("Evaluation")
- . "</a>";
- }
$path .= "<a class=\"tree\" href=\""
. URLHelper::getLink($this->getSelf("itemID=" . ROOT_BLOCK, false))
. "\">"