liquid_feedback_frontend

view app/main/admin/_action/unit_update.lua @ 1037:50dffd7ceff5

Added tag v2.2.4 for changeset 046c03097881
author jbe
date Mon Aug 12 22:03:59 2013 +0200 (2013-08-12)
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