[Phpslash-commit] CVS: phpslash-ft/public_html profile.php3,1.1,1.2
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2002-05-21 20:32:46
|
Update of /cvsroot/phpslash/phpslash-ft/public_html In directory usw-pr-cvs1:/tmp/cvs-serv28198/phpslash-ft/public_html Modified Files: profile.php3 Log Message: profile update message output Index: profile.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/profile.php3,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** profile.php3 20 May 2002 19:52:48 -0000 1.1 --- profile.php3 21 May 2002 20:07:24 -0000 1.2 *************** *** 50,54 **** case "update": if($author->saveProfile($HTTP_POST_VARS)) { ! message("Profile Updated"); } else { error("Profile not updated"); --- 50,54 ---- case "update": if($author->saveProfile($HTTP_POST_VARS)) { ! echo message("Profile Updated"); } else { error("Profile not updated"); |