Commit cf278d4c authored by Frank Bergmann's avatar Frank Bergmann

- Audit:

  - Moved main audit_impl into intranet-core
  - Replaced im_project_audit by im_audit
parent 776588cc
...@@ -1780,7 +1780,7 @@ ad_proc im_trans_task_project_advance { project_id } { ...@@ -1780,7 +1780,7 @@ ad_proc im_trans_task_project_advance { project_id } {
" "
# Write audit trail # Write audit trail
im_project_audit -project_id $project_id im_audit -object_id $project_id
} }
......
...@@ -88,7 +88,7 @@ if { ![exists_and_not_null return_url] } { ...@@ -88,7 +88,7 @@ if { ![exists_and_not_null return_url] } {
} }
# Write audit trail # Write audit trail
im_project_audit -project_id $project_id im_audit -object_id $project_id
# Write the source + target language and subject area to freelance skills # Write the source + target language and subject area to freelance skills
...@@ -216,7 +216,7 @@ if {[exists_and_not_null submit_subprojects]} { ...@@ -216,7 +216,7 @@ if {[exists_and_not_null submit_subprojects]} {
db_dml project_update $project_update_sql db_dml project_update $project_update_sql
# Write audit trail # Write audit trail
catch { im_project_audit $sub_project_id} err_msg catch { im_audit -object_id $sub_project_id} err_msg
# Write the source + target language and subject area to freelance skills # Write the source + target language and subject area to freelance skills
if {[im_table_exists im_freelancers]} { if {[im_table_exists im_freelancers]} {
......
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