liquid_feedback_frontend

view app/main/admin/_action/unit_update.lua @ 921:493c59e9c7cc

Removed "[nullify]" tag from greek translation of "Cancel [nullify]"
author jbe
date Thu Oct 04 13:49:42 2012 +0200 (2012-10-04)
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