Changeset 814

Show
Ignore:
Timestamp:
06/14/08 20:30:25 (5 months ago)
Author:
asiby
Message:

Removing the PHP Notice: Array to string conversion in Class.A2Billing.php

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.3/A2BCustomer_UI/lib/Class.A2Billing.php

    r619 r814  
    465465                        $this->config["agi-conf$idconfig"]['extracharge_buyfee'] = explode(',',$this->config["agi-conf$idconfig"]['extracharge_buyfee']); 
    466466                } else { 
    467                         if(isset($this->config["agi-conf$idconfig"]['extracharge_fee'])) $this->config["agi-conf$idconfig"]['extracharge_buyfee'] = explode(',',$this->config["agi-conf$idconfig"]['extracharge_fee'])
     467                        if(isset($this->config["agi-conf$idconfig"]['extracharge_fee'])) $this->config["agi-conf$idconfig"]['extracharge_buyfee'] = $this->config["agi-conf$idconfig"]['extracharge_fee']
    468468                } 
    469469 
  • branches/1.3/A2Billing_AGI/libs_a2billing/Class.A2Billing.php

    r619 r814  
    465465                        $this->config["agi-conf$idconfig"]['extracharge_buyfee'] = explode(',',$this->config["agi-conf$idconfig"]['extracharge_buyfee']); 
    466466                } else { 
    467                         if(isset($this->config["agi-conf$idconfig"]['extracharge_fee'])) $this->config["agi-conf$idconfig"]['extracharge_buyfee'] = explode(',',$this->config["agi-conf$idconfig"]['extracharge_fee'])
     467                        if(isset($this->config["agi-conf$idconfig"]['extracharge_fee'])) $this->config["agi-conf$idconfig"]['extracharge_buyfee'] = $this->config["agi-conf$idconfig"]['extracharge_fee']
    468468                } 
    469469 
  • branches/1.3/A2Billing_UI/lib/Class.A2Billing.php

    r619 r814  
    465465                        $this->config["agi-conf$idconfig"]['extracharge_buyfee'] = explode(',',$this->config["agi-conf$idconfig"]['extracharge_buyfee']); 
    466466                } else { 
    467                         if(isset($this->config["agi-conf$idconfig"]['extracharge_fee'])) $this->config["agi-conf$idconfig"]['extracharge_buyfee'] = explode(',',$this->config["agi-conf$idconfig"]['extracharge_fee'])
     467                        if(isset($this->config["agi-conf$idconfig"]['extracharge_fee'])) $this->config["agi-conf$idconfig"]['extracharge_buyfee'] = $this->config["agi-conf$idconfig"]['extracharge_fee']
    468468                } 
    469469 


Google