liquid_feedback_frontend

view model/rendered_suggestion.lua @ 393:3e76be965ebb

Show activation instead of creation time of account im member history
author bsw
date Mon Mar 05 20:55:32 2012 +0100 (2012-03-05)
parents 808269b7f41c
children
line source
1 RenderedSuggestion = mondelefant.new_class()
2 RenderedSuggestion.table = 'rendered_suggestion'
3 RenderedSuggestion.primary_key = { "suggestion_id", "format" }
5 RenderedSuggestion:add_reference{
6 mode = 'm1',
7 to = "Suggestion",
8 this_key = 'suggestion_id',
9 that_key = 'id',
10 ref = 'suggestion',
11 }

Impressum / About Us