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 -r1.14 -r1.14.2.1 --- openacs-4/packages/acs-tcl/tcl/community-core-procs.xql 4 Mar 2004 14:52:49 -0000 1.14 +++ openacs-4/packages/acs-tcl/tcl/community-core-procs.xql 2 Sep 2004 20:09:25 -0000 1.14.2.1 @@ -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)