sfd
This commit is contained in:
parent
78aafb74ea
commit
44d978150c
2 changed files with 11 additions and 1 deletions
|
@ -795,7 +795,7 @@ def agendaposter(user_id, v):
|
|||
if expiry:
|
||||
expiry = float(expiry)
|
||||
expiry = g.timestamp + expiry*60*60*24
|
||||
else: expiry = 0
|
||||
else: expiry = g.timestamp + 2629746
|
||||
|
||||
user.agendaposter = not user.agendaposter
|
||||
user.agendaposter_expires_utc = expiry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue