Code Duplication    Length = 3-3 lines in 2 locations

admin/gateways/pec24/nusoap.php 2 locations

@@ 1628-1630 (lines=3) @@
1625
                } else {
1626
                    $this->xdebug('import namespace ' . $attrs['namespace']);
1627
                    $this->imports[$attrs['namespace']][] = array('location' => '', 'loaded' => true);
1628
                    if (!$this->getPrefixFromNamespace($attrs['namespace'])) {
1629
                        $this->namespaces['ns' . (count($this->namespaces) + 1)] = $attrs['namespace'];
1630
                    }
1631
                }
1632
                break;
1633
            case 'include':
@@ 5369-5371 (lines=3) @@
5366
                        $this->debug('parsing import ' . $attrs['namespace'] . ' - ' . $attrs['location'] . ' (' . count($this->import[$attrs['namespace']]) . ')');
5367
                    } else {
5368
                        $this->import[$attrs['namespace']][] = array('location' => '', 'loaded' => true);
5369
                        if (!$this->getPrefixFromNamespace($attrs['namespace'])) {
5370
                            $this->namespaces['ns' . (count($this->namespaces) + 1)] = $attrs['namespace'];
5371
                        }
5372
                        $this->debug('parsing import ' . $attrs['namespace'] . ' - [no location] (' . count($this->import[$attrs['namespace']]) . ')');
5373
                    }
5374
                    break;