Ignore:
Timestamp:
05/12/11 15:42:01 (13 years ago)
Author:
niltonneto
Message:

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

File:
1 edited

Legend:

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

    r3262 r4369  
    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.