Index: branches/5.3.x/units/products/products_item.php =================================================================== diff -u -N -r15492 -r15695 --- branches/5.3.x/units/products/products_item.php (.../products_item.php) (revision 15492) +++ branches/5.3.x/units/products/products_item.php (.../products_item.php) (revision 15695) @@ -1,6 +1,6 @@ Application->getUnitOption('pr', 'TableName'); + $pr_table = $this->Application->getUnitConfig('pr')->getTableName(); if ($this->IsTempTable()) { $pr_table = $this->Application->GetTempName($pr_table, 'prefix:' . $this->Prefix);