Commit 402fee5a authored by Frank Bergmann's avatar Frank Bergmann

-- disable err handling routine, mails got send out anyway

parent 3426104a
...@@ -169,8 +169,8 @@ db_foreach update_stakeholders $stakeholder_sql { ...@@ -169,8 +169,8 @@ db_foreach update_stakeholders $stakeholder_sql {
-subject $subject \ -subject $subject \
-body "$msg_url\n\n$message" -body "$msg_url\n\n$message"
} errmsg]} { } errmsg]} {
ad_return_error $subject "<p>Error sending out mail:</p><div><code>[ad_quotehtml $errmsg]</code></div>" # ad_return_error $subject "<p>Error sending out mail:</p><div><code>[ad_quotehtml $errmsg]</code></div>"
ad_script_abort # ad_script_abort
} }
} }
} }
......
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