liquid_feedback_frontend

annotate model/allowed_policy.lua @ 185:6d6318934f31

Removed auto_support from config file unless core supports it
author bsw
date Mon Nov 08 00:39:33 2010 +0100 (2010-11-08)
parents 36aedac3e4bf
children
rev   line source
poelzi@119 1 AllowedPolicy = mondelefant.new_class()
poelzi@119 2 AllowedPolicy.table = 'allowed_policy'
poelzi@126 3 AllowedPolicy.primary_key = { "area_id", "policy_id" }

Impressum / About Us