Code Duplication    Length = 3-3 lines in 2 locations

admin/gateways/pec24/nusoap.php 2 locations

@@ 5195-5197 (lines=3) @@
5192
    function character_data($parser, $data)
5193
    {
5194
        $pos = isset($this->depth_array[$this->depth]) ? $this->depth_array[$this->depth] : 0;
5195
        if (isset($this->message[$pos]['cdata'])) {
5196
            $this->message[$pos]['cdata'] .= $data;
5197
        }
5198
        if ($this->documentation) {
5199
            $this->documentation .= $data;
5200
        }
@@ 7144-7146 (lines=3) @@
7141
    * @access   private
7142
    */
7143
    function buildVal($pos){
7144
        if (!isset($this->message[$pos]['type'])) {
7145
            $this->message[$pos]['type'] = '';
7146
        }
7147
        $this->debug('in buildVal() for '.$this->message[$pos]['name']."(pos $pos) of type ".$this->message[$pos]['type']);
7148
        // if there are children...
7149
        if ($this->message[$pos]['children'] != '') {