Changeset 6105


Ignore:
Timestamp:
05/04/12 16:58:02 (12 years ago)
Author:
acoutinho
Message:

Ticket #2695 - Agenda do usuario nao e exibida na importacao do evento via ExpressoMail?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.db_functions.inc.php

    r5916 r6105  
    426426            $GLOBALS['phpgw_info']['flags']['noappfooter'] = True; 
    427427            $GLOBALS['phpgw_info']['flags']['currentapp'] = 'calendar'; 
    428             include_once(PHPGW_INCLUDE_ROOT.'/header.inc.php'); 
    429             $uiicalendar = CreateObject("calendar.uiicalendar"); 
     428 
    430429                        if($params['selected'] || $params['readable']){ 
    431430                                $user = $params['id_user']; 
     
    461460                                return "ok"; 
    462461                        } 
     462                         
     463            include_once(PHPGW_INCLUDE_ROOT.'/header.inc.php'); 
     464            $uiicalendar = CreateObject("calendar.uiicalendar");         
    463465            if(strtoupper($expFolder[0]) == 'USER' && $expFolder[1]) // IF se a conta o ical estiver em uma conta compartilhada 
    464466            { 
Note: See TracChangeset for help on using the changeset viewer.