Ignore:
Timestamp:
05/04/11 15:11:52 (13 years ago)
Author:
niltonneto
Message:

Ticket #1815 - Corrigido problema que não mostrava status da conexão cliente-servidor.

File:
1 edited

Legend:

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

    r1612 r4212  
    2626                function ui_api() 
    2727                { 
     28                        $preferences = ExecMethod('contactcenter.ui_preferences.get_preferences'); 
     29                         
     30                        if (!is_array($preferences)) 
     31                        { 
     32                                $preferences['personCardEmail'] = 1; 
     33                        } 
    2834                        $template = CreateObject('phpgwapi.Template',PHPGW_APP_TPL); 
    2935 
     
    7278                        $this->commons = $template->get_var('out'); 
    7379                        $this->commons_loaded = false; 
    74                         $preferences = ExecMethod('contactcenter.ui_preferences.get_preferences'); 
    75                         if (!is_array($preferences)) 
    76                         { 
    77                                 $preferences['personCardEmail'] = 1; 
    78                                 //$preferences['personCardPhone'] = 2; 
    79                         } 
    8080                } 
    8181                 
Note: See TracChangeset for help on using the changeset viewer.