Index: branches/5.0.x/core/units/relationship/relationship_config.php =================================================================== diff -u -r13270 -r13289 --- branches/5.0.x/core/units/relationship/relationship_config.php (.../relationship_config.php) (revision 13270) +++ branches/5.0.x/core/units/relationship/relationship_config.php (.../relationship_config.php) (revision 13289) @@ -1,6 +1,6 @@ 'rel', - 'Clones' => Array( - 'c-rel' => 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'), 'ListClass' => Array('class'=>'kDBList','file'=>'','build_event'=>'OnListBuild'), 'EventHandlerClass' => Array('class'=>'RelationshipEventHandler','file'=>'relationship_event_handler.php','build_event'=>'OnBuild'), @@ -101,7 +92,7 @@ 'type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (0 => 'la_Disabled', 1 => 'la_Enabled'), 'use_phrases' => 1, - 'not_null' => 1, 'default' => 1, + 'not_null' => 1, 'default' => 1, ), 'Priority' => Array('type'=>'int','not_null'=>1,'default'=>0), ),