liquid_feedback_frontend

annotate app/main/admin/_action/unit_update.lua @ 803:c0a0a3747a29

Added tag v2.0.0 for changeset 82bbab02dd95
author jbe
date Sat Sep 29 20:00:00 2012 +0200 (2012-09-29)
parents bc6934411019
children fede09736f2b
rev   line source
bsw@595 1 local unit = Unit:by_id(param.get_id()) or Unit:new()
bsw@595 2
bsw@595 3 param.update(unit, "parent_id", "name", "description", "active")
bsw@595 4
bsw@595 5 unit:save()

Impressum / About Us