Commit fb4ee733 authored by Frank Bergmann's avatar Frank Bergmann

- fixed user_email_sql

parent acb52a44
...@@ -43,6 +43,7 @@ ad_proc im_send_alert {target_id frequency subject {message ""} } { ...@@ -43,6 +43,7 @@ ad_proc im_send_alert {target_id frequency subject {message ""} } {
# Get the email of the target user # Get the email of the target user
set user_email_sql "select email from parties where party_id = :target_id" set user_email_sql "select email from parties where party_id = :target_id"
db_transaction { db_transaction {
db_1row user_email $user_email_sql db_1row user_email $user_email_sql
} on_error { } on_error {
......
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