Commit 457c79ab authored by Frank Bergmann's avatar Frank Bergmann

- Now checking for existence of im_audits table instead

  of im_audit
parent cc398a22
......@@ -53,7 +53,7 @@ ad_proc -public sencha_milestone_tracker {
@param project_id The project to show
} {
# Check if audit has been installed
if {![im_table_exists im_audit]} { return "" }
if {![im_table_exists im_audits]} { return "" }
# Check if the project is a main project and abort otherwise
# We only want to show this diagram in a main project.
......
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