Index: branches/5.0.x/core/kernel/db/dblist.php =================================================================== diff -u -r12264 -r12294 --- branches/5.0.x/core/kernel/db/dblist.php (.../dblist.php) (revision 12264) +++ branches/5.0.x/core/kernel/db/dblist.php (.../dblist.php) (revision 12294) @@ -1,6 +1,6 @@ Application->getUnitOption($this->Prefix, 'ParentPrefix'); - if($parent_prefix) - { + if ($parent_prefix) { $parent_table_key = $this->Application->getUnitOption($this->Prefix, 'ParentTableKey'); if (is_array($parent_table_key)) $parent_table_key = getArrayValue($parent_table_key, $parent_prefix); $foreign_key_field = $this->Application->getUnitOption($this->Prefix, 'ForeignKey');