Index: branches/5.2.x/core/units/phrases/phrases_config.php =================================================================== diff -u -N -r14745 -r14761 --- branches/5.2.x/core/units/phrases/phrases_config.php (.../phrases_config.php) (revision 14745) +++ branches/5.2.x/core/units/phrases/phrases_config.php (.../phrases_config.php) (revision 14761) @@ -1,6 +1,6 @@ Array ('type' => 'string', 'formatter' => 'kMultiLanguage', 'using_fck' => 1, 'default' => NULL, 'db_type' => 'text'), 'PhraseType' => Array ( 'type' => 'int', - 'formatter' => 'kOptionsFormatter', 'options' => Array (0 => 'la_PhraseType_Front', 1 => 'la_PhraseType_Admin', 2 => 'lc_PhraseType_Both'), 'use_phrases' => 1, + 'formatter' => 'kOptionsFormatter', 'options' => Array (0 => 'la_PhraseType_Front', 1 => 'la_PhraseType_Admin', 2 => 'la_PhraseType_Both'), 'use_phrases' => 1, 'not_null' => 1, 'required' => 1, 'default' => Language::PHRASE_TYPE_COMMON, ), 'LastChanged' => Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'default' => NULL),