Commit f5483387 authored by cosine's avatar cosine

- removed deprecated proc

parent 580c796c
......@@ -3,7 +3,7 @@
<fullquery name="email_by_user_id">
<querytext>
select email from parties where party_id = [ad_get_user_id]
select email from parties where party_id = [auth::require_login]
</querytext>
</fullquery>
......
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