Index: branches/5.2.x/units/links/links_config.php =================================================================== diff -u -N -r16386 -r16581 --- branches/5.2.x/units/links/links_config.php (.../links_config.php) (revision 16386) +++ branches/5.2.x/units/links/links_config.php (.../links_config.php) (revision 16581) @@ -1,6 +1,6 @@ Array ('type' => 'int', 'default' => null), 'CustomTemplate' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''), 'MetaKeywords' => Array ('type' => 'string', 'default' => null), - 'MetaDescription' => Array ('type' => 'string', 'formatter' => 'kFormatter', 'using_fck' => 1, 'default' => null), + 'MetaDescription' => Array ('type' => 'string', 'default' => null), 'ReciprocalLinkFound' => Array ( 'type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (0 => 'la_NotChecked', 1 => 'la_Yes', 2 => 'la_No'), 'use_phrases' => 1,