liquid_feedback_frontend

annotate app/main/admin/_action/unit_update.lua @ 950:37e31dd73e45

Removed preview2 mechanism from app/main/vote/list.lua
author jbe
date Thu Nov 08 20:59:50 2012 +0100 (2012-11-08)
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