liquid_feedback_frontend

view app/main/admin/_action/unit_update.lua @ 959:1d9e48ecd254

Ordering of suggestions by harmonic weight
author bsw
date Sat Feb 02 22:16:10 2013 +0100 (2013-02-02)
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