Ignore:
Timestamp:
05/23/08 17:10:39 (16 years ago)
Author:
brunocosta
Message:

Correção dos problemas gerados no commit anterior, a funcionalidade citada no ticket #199 foram temporariamente desativadas.

File:
1 edited

Legend:

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

    r2 r285  
    3535                        $pCatalog = CreateObject('contactcenter.bo_people_catalog'); 
    3636                        $types = $pCatalog->get_all_connections_types(); 
    37  
    38                         if (count($types)) 
     37                         
     38                        if (is_array($types)) 
    3939                        { 
    4040                                $options_email = ''; 
Note: See TracChangeset for help on using the changeset viewer.