Index: branches/5.1.x/core/units/content/content_config.php =================================================================== diff -u -N -r12657 -r13086 --- branches/5.1.x/core/units/content/content_config.php (.../content_config.php) (revision 12657) +++ branches/5.1.x/core/units/content/content_config.php (.../content_config.php) (revision 13086) @@ -1,6 +1,6 @@ Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'PageId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'Content' => Array ('type' => 'string', 'formatter' => 'kMultiLanguage', 'using_fck' => 1, 'default' => ''), - 'Translated' => Array ('type' => 'int', 'formatter' => 'kMultiLanguage', 'not_null' => 1, 'default' => 0, 'db_type' => 'tinyint', 'index_type' => 'int'), ), );