Index: openacs-4/packages/acs-admin/www/users/bouncing-users.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/users/bouncing-users.xql,v diff -u -r1.2 -r1.2.12.1 --- openacs-4/packages/acs-admin/www/users/bouncing-users.xql 3 Jun 2008 10:59:41 -0000 1.2 +++ openacs-4/packages/acs-admin/www/users/bouncing-users.xql 3 Apr 2021 14:10:06 -0000 1.2.12.1 @@ -4,10 +4,10 @@ - select username, (first_names || ' ' || last_name) as full_name, user_id + select username, (first_names || ' ' || last_name) as full_name, user_id from cc_users u where u.email_bouncing_p = 't' - [template::list::orderby_clause -name bouncing_users -orderby] + [template::list::orderby_clause -name bouncing_users -orderby]