Commit 6e26d59b authored by Frank Bergmann's avatar Frank Bergmann

- Now showing error message in case of syntax errors in column configurations

parent 47fb263c
......@@ -862,6 +862,7 @@ db_foreach projects_info_query $selection -bind $form_vars {
eval "$cmd"
} errmsg]} {
# TODO: warn user
append row_html "<font color=red><pre>$errmsg</pre></font>"
}
append row_html "</td>\n"
}
......
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