Index: branches/5.2.x/units/gateways/gw_tag_processor.php =================================================================== diff -u -N -r14957 -r15141 --- branches/5.2.x/units/gateways/gw_tag_processor.php (.../gw_tag_processor.php) (revision 14957) +++ branches/5.2.x/units/gateways/gw_tag_processor.php (.../gw_tag_processor.php) (revision 15141) @@ -1,6 +1,6 @@ Application->GetVar('pt_id'); - $GWConfigValue =& $this->Application->recallObject('gwfv'); + $GWConfigValue = $this->Application->recallObject('gwfv'); $sql = 'SELECT Value, GWConfigFieldId FROM '.$GWConfigValue->TableName.' WHERE PaymentTypeId = '.$payment_type_id; $this->ConfigValues = $this->Conn->GetCol($sql,'GWConfigFieldId'); @@ -62,7 +62,7 @@ function PrintList($params) { - $list =& $this->Application->recallObject( $this->getPrefixSpecial(), $this->Prefix.'_List', $params); + $list = $this->Application->recallObject( $this->getPrefixSpecial(), $this->Prefix.'_List', $params); $id_field = $this->Application->getUnitOption($this->Prefix,'IDField'); $list->Query(); @@ -72,7 +72,7 @@ $block_params['name']=$params['block']; $block_params['pass_params']='true'; - $payment_type_object =& $this->Application->recallObject('pt'); + $payment_type_object = $this->Application->recallObject('pt'); $o = '';