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/index.php

    r284 r285  
    2424        $_SESSION['phpgw_info']['user']['preferences']['contactcenter']['telephone_number'] = $GLOBALS['phpgw_info']['user']['telephonenumber']; 
    2525        $_SESSION['phpgw_info']['user']['preferences']['contactcenter']['voip_enabled'] = true; 
    26  
    2726        $obj = CreateObject('contactcenter.ui_data'); 
    2827        $obj->index(); 
    29          
    30  
    3128        $GLOBALS['phpgw']->common->phpgw_footer(); 
    3229?> 
Note: See TracChangeset for help on using the changeset viewer.