Index: openacs-4/packages/acs-admin/www/users/user-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/users/user-add-2.tcl,v diff -u -r1.11.2.1 -r1.11.2.2 --- openacs-4/packages/acs-admin/www/users/user-add-2.tcl 10 Sep 2015 08:21:10 -0000 1.11.2.1 +++ openacs-4/packages/acs-admin/www/users/user-add-2.tcl 2 Jan 2016 13:50:17 -0000 1.11.2.2 @@ -30,8 +30,11 @@ set password [ad_generate_random_string] } -set administration_name [db_string admin_name "select -first_names || ' ' || last_name from persons where person_id = :admin_user_id"] +set administration_name [db_string admin_name { + select first_names || ' ' || last_name + from persons + where person_id = :admin_user_id +}] set context [list [list "./" "Users"] "Notify added user"] set system_name [ad_system_name]