Index: branches/5.1.x/core/units/related_searches/related_searches_config.php =================================================================== diff -u -N -r13159 -r13545 --- branches/5.1.x/core/units/related_searches/related_searches_config.php (.../related_searches_config.php) (revision 13159) +++ branches/5.1.x/core/units/related_searches/related_searches_config.php (.../related_searches_config.php) (revision 13545) @@ -1,6 +1,6 @@ Array( 'c-search' => Array('ParentPrefix' => 'c'), - /*'l-rel' => Array('ParentPrefix' => 'l'), - 'n-rel' => Array('ParentPrefix' => 'n'), - 'bb-rel'=> Array('ParentPrefix' => 'bb'), - 'p-rel' => Array('ParentPrefix' => 'p'), - 'cms-rel'=> Array('ParentPrefix' => 'cms'),*/ ), 'ItemClass' => Array('class'=>'kDBItem','file'=>'','build_event'=>'OnItemBuild'), @@ -79,7 +74,12 @@ 'ResourceId' => Array('type'=>'int', 'not_null' => 1, 'required' => 1, 'default' => 0), 'Keyword' => Array('type'=>'string', 'required' => 1, 'not_null' => 1, 'default' => ''), 'ItemType' => Array('type'=>'int', 'not_null' => 1, 'required' => 1, 'default' => 0), - 'Enabled' => Array('type'=>'int','formatter'=>'kOptionsFormatter','options'=>Array(0=>'la_Disabled',1=>'la_Enabled'),'not_null'=>1,'default'=>1,'use_phrases'=>1), + 'Enabled' => Array( + 'type' => 'int', + 'formatter' => 'kOptionsFormatter', + 'options' => Array (0 => 'la_Disabled', 1 => 'la_Enabled'), 'use_phrases' => 1, + 'not_null' => 1, 'default' => 1, + ), 'Priority' => Array('type'=>'int','not_null'=>1,'default'=>0), ), 'VirtualFields' => Array(