liquid_feedback_frontend

view app/main/admin/_action/unit_update.lua @ 1188:17b1456d0262

Added pmake/bmake to list of Debian packages for installation
author jbe
date Sun Mar 29 20:17:54 2015 +0200 (2015-03-29)
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