From a0c305ec1b70c0d5a8aad8a1d3b2477bc3a15bbe Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 27 Jul 2018 09:31:58 +0200 Subject: git_url() new --- buildmaster/build-list.php | 16 +++++++++------- buildmaster/todos.php | 6 +++++- 2 files changed, 14 insertions(+), 8 deletions(-) (limited to 'buildmaster') diff --git a/buildmaster/build-list.php b/buildmaster/build-list.php index 1b4466f..2ff9b92 100644 --- a/buildmaster/build-list.php +++ b/buildmaster/build-list.php @@ -1,6 +1,7 @@ "IF(`ba_q`.`uses_modification`," . "CONCAT(" . - "\"\"," . + "\"\"," . "`ba_q`.`mod_git_revision`," . "\"\"" . ")," . diff --git a/buildmaster/todos.php b/buildmaster/todos.php index e3d7319..bf77f08 100644 --- a/buildmaster/todos.php +++ b/buildmaster/todos.php @@ -1,5 +1,7 @@ fetch_assoc()) { print "TODO #" . $row["id"] . ""; print " - "; - print "" . $row["file"] . "(line " . $row["line"] . ")"; + print "" . $row["file"] . "(line " . $row["line"] . ")"; print ":
\n"; print str_replace("\\n","
\n",$row["description"]); print "
\n"; -- cgit v1.2.3