Index: branches/RC/core/units/categories/categories_config.php =================================================================== diff -u -N -r11495 -r11501 --- branches/RC/core/units/categories/categories_config.php (.../categories_config.php) (revision 11495) +++ branches/RC/core/units/categories/categories_config.php (.../categories_config.php) (revision 11501) @@ -307,7 +307,6 @@ 'required' => 1, 'default' => null ), - 'Path' => Array ('type' => 'string', 'formatter' => 'kFormatter', 'regexp'=>'/^[a-zA-Z0-9\-_\.\\/]*$/', 'error_msgs' => Array ('invalid_format'=>'!la_invalid_chars!'), 'default' => null, /*'unique'=>Array ('Path')*/), 'UseExternalUrl' => Array ( 'type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (0 => 'la_No', 1 => 'la_Yes'), 'use_phrases' => 1,