Index: branches/RC/core/units/categories/categories_config.php =================================================================== diff -u -N -r11501 -r11504 --- branches/RC/core/units/categories/categories_config.php (.../categories_config.php) (revision 11501) +++ branches/RC/core/units/categories/categories_config.php (.../categories_config.php) (revision 11504) @@ -291,8 +291,7 @@ 'PopItem' => Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (2 => 'la_Auto', 1 => 'la_Always', 0 => 'la_Never'), 'use_phrases' => 1, 'not_null' => 1, 'default' => 2), 'Modified' => Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'not_null' => 1,'default' => '#NOW#'), 'ModifiedById' => Array ('type' => 'int', 'formatter' => 'kLEFTFormatter', 'error_msgs' => Array ('invalid_option' => '!la_error_UserNotFound!'), 'options' => Array (-1 => 'root', -2 => 'Guest'),'left_sql'=>'SELECT %s FROM '.TABLE_PREFIX.'PortalUser WHERE `%s` = \'%s\'', 'left_key_field' => 'PortalUserId', 'left_title_field' => 'Login', 'not_null' => 1,'default' => 0), - 'CategoryTemplate' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''), - 'CachedCategoryTemplate' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''), + 'CachedTemplate' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''), // fields from Pages @@ -304,7 +303,7 @@ LEFT JOIN ' . TABLE_PREFIX . 'Theme AS t ON t.ThemeId = tf.ThemeId WHERE (t.Enabled = 1) AND (tf.FileName NOT LIKE "%%.elm.tpl") AND (tf.FilePath = "/designs")', 'option_key_field' => 'Value', 'option_title_field' => 'Title', - 'required' => 1, 'default' => null + /*'required' => 1,*/ 'default' => null ), 'UseExternalUrl' => Array (