liquid_feedback_frontend

annotate app/main/initiative/show.lua @ 726:d3d7a01624f6

Forbid sending of notifications for events more than 3 days in future or past instead of 7 days
author bsw
date Thu Jun 28 16:08:45 2012 +0200 (2012-06-28)
parents 344e5fdce8c9
children 701a5cf6b067
rev   line source
bsw@527 1 local initiative = Initiative:by_id(param.get_id())
bsw@718 2
bsw@718 3 execute.view{
bsw@725 4 module = "initiative", view = "_show", params = {
bsw@725 5 initiative = initiative
bsw@718 6 }
bsw@718 7 }

Impressum / About Us