Index: branches/5.0.x/core/units/structure/structure_config.php =================================================================== diff -u -r12299 -r12639 --- branches/5.0.x/core/units/structure/structure_config.php (.../structure_config.php) (revision 12299) +++ branches/5.0.x/core/units/structure/structure_config.php (.../structure_config.php) (revision 12639) @@ -1,6 +1,6 @@ 'SELECT Title, FormId FROM '.TABLE_PREFIX.'Forms ORDER BY Title', 'option_key_field' => 'FormId', 'option_title_field' => 'Title', 'default' => 0), 'FormSubmittedTemplate' => Array('type' => 'string', 'default' => null), - 'Translated' => Array ('type' => 'int', 'formatter' => 'kMultiLanguage', 'not_null' => 1, 'default' => 0, 'db_type' => 'tinyint', 'index_type' => 'int'), 'FriendlyURL' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''), 'ThemeId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), ),