bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supported
r=bbaetz, gerv git-svn-id: svn://10.0.0.236/trunk@130217 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -265,6 +265,7 @@ sub changeEmail {
|
||||
SendSQL("DELETE FROM tokens WHERE userid = $userid
|
||||
AND tokentype = 'emailnew'");
|
||||
SendSQL("UNLOCK TABLES");
|
||||
DeriveGroup($userid);
|
||||
|
||||
# Return HTTP response headers.
|
||||
print "Content-Type: text/html\n\n";
|
||||
@@ -300,6 +301,7 @@ sub cancelChangeEmail {
|
||||
SET login_name = $quotedoldemail
|
||||
WHERE userid = $userid");
|
||||
SendSQL("UNLOCK TABLES");
|
||||
DeriveGroup($userid);
|
||||
$vars->{'message'} .=
|
||||
" Your old account settings have been reinstated.";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user