liquid_feedback_frontend

annotate app/main/index/_action/cancel_register.lua @ 1099:533e41fab403

Let format.interval_text return nil if no value nil is given as value
author bsw
date Mon Oct 27 12:02:31 2014 +0100 (2014-10-27)
parents aefef1556d55
children
rev   line source
bsw@1071 1 app.session.authority = nil
bsw@1074 2 app.session.authority_uid = nil
bsw@1074 3 app.session.authority_login = nil
bsw@1071 4 app.session:save()
bsw@1071 5
bsw@1071 6 return true

Impressum / About Us