fav analysis
This commit is contained in:
@@ -405,6 +405,7 @@ def rower_edit_view(request,rowerid=0,userid=0,message=""):
|
|||||||
getemailnotifications = cd['getemailnotifications']
|
getemailnotifications = cd['getemailnotifications']
|
||||||
getimportantemails = cd['getimportantemails']
|
getimportantemails = cd['getimportantemails']
|
||||||
defaulttimezone=cd['defaulttimezone']
|
defaulttimezone=cd['defaulttimezone']
|
||||||
|
fav_analysis = cd['fav_analysis']
|
||||||
u = r.user
|
u = r.user
|
||||||
if u.email != email and len(email):
|
if u.email != email and len(email):
|
||||||
resetbounce = True
|
resetbounce = True
|
||||||
@@ -432,6 +433,7 @@ def rower_edit_view(request,rowerid=0,userid=0,message=""):
|
|||||||
r.birthdate = birthdate
|
r.birthdate = birthdate
|
||||||
r.autojoin = autojoin
|
r.autojoin = autojoin
|
||||||
r.emailalternatives = emailalternatives
|
r.emailalternatives = emailalternatives
|
||||||
|
r.fav_analysis = fav_analysis
|
||||||
|
|
||||||
|
|
||||||
if resetbounce and r.emailbounced:
|
if resetbounce and r.emailbounced:
|
||||||
|
|||||||
Reference in New Issue
Block a user