Code Duplication    Length = 3-3 lines in 2 locations

admin/gateways/pec24/nusoap.php 2 locations

@@ 5828-5830 (lines=3) @@
5825
            $xml .= " xmlns:$k=\"$v\"";
5826
        }
5827
        // 10.9.02 - add poulter fix for wsdl and tns declarations
5828
        if (isset($this->namespaces['wsdl'])) {
5829
            $xml .= " xmlns=\"" . $this->namespaces['wsdl'] . "\"";
5830
        }
5831
        if (isset($this->namespaces['tns'])) {
5832
            $xml .= " targetNamespace=\"" . $this->namespaces['tns'] . "\"";
5833
        }
@@ 5831-5833 (lines=3) @@
5828
        if (isset($this->namespaces['wsdl'])) {
5829
            $xml .= " xmlns=\"" . $this->namespaces['wsdl'] . "\"";
5830
        }
5831
        if (isset($this->namespaces['tns'])) {
5832
            $xml .= " targetNamespace=\"" . $this->namespaces['tns'] . "\"";
5833
        }
5834
        $xml .= '>';
5835
        // imports
5836
        if (count($this->import) > 0) {