liquid_feedback_frontend

view model/file.lua @ 1573:2aedc4fa7e9f

Fixed german translation, typo in show incoming delegations
author bsw
date Wed Nov 11 17:23:44 2020 +0100 (2020-11-11)
parents 17e7082c377a
children
line source
1 File = mondelefant.new_class()
2 File.table = "file"
3 File.primary_key = "id"
5 File.binary_columns = {
6 data = true,
7 preview_data = true
8 }

Impressum / About Us