Index: branches/RC/core/units/ban_rules/ban_rules_config.php =================================================================== diff -u -r11154 -r11538 --- branches/RC/core/units/ban_rules/ban_rules_config.php (.../ban_rules_config.php) (revision 11154) +++ branches/RC/core/units/ban_rules/ban_rules_config.php (.../ban_rules_config.php) (revision 11538) @@ -81,7 +81,7 @@ ) ), 'ItemValue' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'required'=>1, 'default' => ''), - 'ItemType' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), + 'ItemType' => Array ('type' => 'int', 'not_null' => 1, 'default' => 6), 'Priority' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'Status' => Array ('type' => 'int', 'not_null' => 1, 'default' => 1, 'use_phrases' => 1, 'formatter'=>'kOptionsFormatter', 'options'=>Array( 1 => 'la_Enabled',