liquid_feedback_frontend

view app/main/admin/_action/unit_update.lua @ 596:2baaac8b62c4

Handle end of event list more properly
author bsw
date Sun Jun 24 20:46:18 2012 +0200 (2012-06-24)
parents bc6934411019
children fede09736f2b
line source
1 local unit = Unit:by_id(param.get_id()) or Unit:new()
3 param.update(unit, "parent_id", "name", "description", "active")
5 unit:save()

Impressum / About Us