Index: openacs-4/packages/acs-tcl/tcl/community-core-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/community-core-procs.xql,v diff -u -N -r1.11.2.1 -r1.11.2.2 --- openacs-4/packages/acs-tcl/tcl/community-core-procs.xql 21 Nov 2003 22:09:22 -0000 1.11.2.1 +++ openacs-4/packages/acs-tcl/tcl/community-core-procs.xql 13 Mar 2004 13:49:17 -0000 1.11.2.2 @@ -4,15 +4,15 @@ - select user_id from cc_users where lower(screen_name) = lower(:screen_name) + select user_id from acs_users_all where lower(screen_name) = lower(:screen_name) - select user_id from cc_users where lower(email) = lower(:email) + select user_id from acs_users_all where lower(email) = lower(:email)