Commit de21ddb9 authored by Frank Bergmann's avatar Frank Bergmann

- Tasks report:

  Fixed unknown variable issue if no result is shown
parent 14e263ac
......@@ -215,6 +215,7 @@ set main_project_sql "
p.parent_id is null and
tree_level(p.tree_sortkey) <= 1
"
set ctr 0
db_foreach main_project_sql $main_project_sql {
set restrict_to_project_id $project_id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment