liquid_feedback_frontend

diff app/main/index/_action/login.lua @ 988:81bde33c2256

Added support for regular delegation check, fixed css for pagination
author bsw
date Sat Apr 20 18:40:34 2013 +0200 (2013-04-20)
parents e3887fea39fa
children 77873f08d94f
line diff
     1.1 --- a/app/main/index/_action/login.lua	Wed Mar 20 09:26:11 2013 +0100
     1.2 +++ b/app/main/index/_action/login.lua	Sat Apr 20 18:40:34 2013 +0200
     1.3 @@ -55,8 +55,12 @@
     1.4  
     1.5  if member then
     1.6    member.last_login = "now"
     1.7 -  member.last_activity = "now"
     1.8 -  member.active = true
     1.9 +  if config.check_delegations_interval_hard and member.needs_delegation_check_hard then
    1.10 +    app.session.needs_delegation_check = true
    1.11 +  else
    1.12 +    member.last_activity = "now"
    1.13 +    member.active = true
    1.14 +  end
    1.15    if member.lang == nil then
    1.16      member.lang = app.session.lang
    1.17    else

Impressum / About Us