Commit 0eb6a945 authored by Frank Bergmann's avatar Frank Bergmann

- Now alway creating a log message if activation type of a rule is not met

parent 1dc6e9de
...@@ -287,7 +287,7 @@ ad_proc im_rule_callback { ...@@ -287,7 +287,7 @@ ad_proc im_rule_callback {
# Execute the rule ONLY if the type matches. # Execute the rule ONLY if the type matches.
# That means that the after_update is NOT fired during after_create. # That means that the after_update is NOT fired during after_create.
if {$rule_invocation_type_id != $actual_invocation_type_id} { if {$rule_invocation_type_id != $actual_invocation_type_id} {
if {$debug_p} { ns_log Notice "im_rule_callback: Skipping rule because rule_invocation_type_id=$rule_invocation_type_id != actual_invocation_type=$actual_invocation_type_id" } ns_log Notice "im_rule_callback: Skipping rule because rule_invocation_type_id=$rule_invocation_type_id != actual_invocation_type=$actual_invocation_type_id"
continue continue
} }
......
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