Ignore:
Timestamp:
05/09/11 10:38:30 (13 years ago)
Author:
airton
Message:

Ticket #1820 - Corrigido erros gerados em log, quando ha variavel ou array vazio - r4254

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.2.0.2/contactcenter/inc/class.bo_global_ldap_catalog.inc.php

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