[Phpslash-commit] CVS: phpslash-dev/include/modules/auth slashAuth.class,1.9,1.10
Brought to you by:
joestewart,
nhruby
From: Luis M <le...@us...> - 2004-11-09 22:50:28
|
Update of /cvsroot/phpslash/phpslash-dev/include/modules/auth In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29610 Modified Files: slashAuth.class Log Message: fixed minor bug with authenticating users not being automatically dumped out of login.php Index: slashAuth.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/include/modules/auth/slashAuth.class,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** slashAuth.class 30 Oct 2004 15:43:00 -0000 1.9 --- slashAuth.class 9 Nov 2004 22:50:18 -0000 1.10 *************** *** 380,384 **** } else { // success - authenticated ! // apply user's preferences $temparray=unserialize($user_info['author_options']); --- 380,384 ---- } else { // success - authenticated ! $uid = $is_user; // apply user's preferences $temparray=unserialize($user_info['author_options']); |