mirror of https://github.com/BOINC/boinc.git
- user web: set user.has_profile when user edits profile
(shouldn't be necessary, but will fix problem cases) svn path=/trunk/boinc/; revision=20053
This commit is contained in:
parent
437087a053
commit
36dc2bfaf5
|
@ -10771,3 +10771,10 @@ David 30 Dec 2009
|
|||
upgrade
|
||||
py/Boinc/
|
||||
setup_project.py
|
||||
|
||||
David 30 Dec 2009
|
||||
- user web: set user.has_profile when user edits profile
|
||||
(shouldn't be necessary, but will fix problem cases)
|
||||
|
||||
html/user/
|
||||
create_profile.php
|
||||
|
|
|
@ -291,8 +291,8 @@ function process_create_profile($user, $profile) {
|
|||
if (!$result) {
|
||||
error_page(tra("Could not create the profile: database error"));
|
||||
}
|
||||
$user->update("has_profile=1");
|
||||
}
|
||||
$user->update("has_profile=1");
|
||||
|
||||
page_head(tra("Profile saved"));
|
||||
|
||||
|
|
Loading…
Reference in New Issue