Index: trunk/kernel/include/relationship.php =================================================================== diff -u -r701 -r3471 --- trunk/kernel/include/relationship.php (.../relationship.php) (revision 701) +++ trunk/kernel/include/relationship.php (.../relationship.php) (revision 3471) @@ -241,11 +241,12 @@ function clsRelationshipList($CategoryId=-1,$ItemId=-1) { - $this->clsItemCollection(); + global $objConfig; + $this->clsItemCollection(); $this->classname="clsRelationship"; $this->SourceTable = GetTablePrefix()."Relationship"; - $this->Page=1; - $this->PerPage=20; + $this->Page = 1; + $this->PerPage = $objConfig->Get('Perpage_Relations'); // 20; $this->AdminSearchFields = array("ItemName","ItemType","RelationType","Status"); $this->TargetItems = new clsItemCollection(); $this->TargetItems->classname="clsItemDB";