From: Chris S. <san...@us...> - 2005-07-25 14:11:34
|
Update of /cvsroot/stack/stack-1-0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27037 Modified Files: user.php Log Message: Index: user.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/user.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** user.php 14 Jul 2005 18:31:23 -0000 1.2 --- user.php 25 Jul 2005 14:11:25 -0000 1.3 *************** *** 40,44 **** if ('userupdate' == $action) { ! $user_stu = stack_user_updateinfo($errors); } --- 40,44 ---- if ('userupdate' == $action) { ! $user_stu = stack_user_info_ascertain($errors); } |