Ignore:
Timestamp:
01/07/09 15:53:28 (15 years ago)
Author:
niltonneto
Message:

Resolve #387

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/contactcenter/inc/class.so_group.inc.php

    r293 r576  
    125125                        } 
    126126                          
    127                         $return = false; 
     127                        $return = array(); 
    128128                         
    129129                        while($this->db->next_record()) 
     
    131131                                $return[] = $this->db->row();  
    132132                        } 
    133                                  
     133                         
     134                        if(!count($return)) 
     135                                return $return;                          
    134136                        // Essa iteração transforma uma esturuta com contatos redundantes e separados por email ou tel. 
    135137                        // em outra com apenas 1 elemento pra cada contato 
Note: See TracChangeset for help on using the changeset viewer.