From e9f68c699a6f94169c1191462dc649548d5c89f6 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 4 Jun 2018 12:27:24 +0200 Subject: buildmaster/todos.php: show numbers in graph, too --- buildmaster/todos.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildmaster/todos.php b/buildmaster/todos.php index 9785cf4..427d2cc 100644 --- a/buildmaster/todos.php +++ b/buildmaster/todos.php @@ -17,7 +17,8 @@ if (isset($_GET["graph"])) { while ($row = $result->fetch_assoc()) $knot_rows[$row["id"]] = - $row["file"]. " (line ".$row["line"]."):\\n".str_replace("\"","\\\"",$row["description"]); + $row["file"]. " (line ".$row["line"].") #".$row["id"].":\\n". + str_replace("\"","\\\"",$row["description"]); $knots=""; foreach ($knot_rows as $knot) -- cgit v1.2.3