Ignore:
Timestamp:
05/06/11 16:35:29 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1726 - Corrigido erros gerados em log, quando há variável ou array vazio. r4205

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/contactcenter/inc/class.bo_global_ldap_catalog.inc.php

    r3262 r4254  
    223223                                $i++; 
    224224                        } 
    225                         usort($return, array($this, "compareObjects")); 
     225                        if($return) 
     226                            usort($return, array($this, "compareObjects")); 
    226227                        return $return; 
    227228                } 
Note: See TracChangeset for help on using the changeset viewer.