Commit 7ad5e06d authored by Frank Bergmann's avatar Frank Bergmann

- replaced first_names by im_name_from_user_id

parent 8d65a9ff
......@@ -243,8 +243,11 @@ if {[empty_string_p $user_id_list]} {
}
db_foreach get_employee_names "
select first_names||' '||last_name as employee, user_id from users
where user_id in ([join $user_id_list ", "])" {
select im_name_from_user_id(user_id) as employee,
user_id
from users
where user_id in ([join $user_id_list ", "])
" {
set employees($user_id) $employee
}
......
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