Changeset 2116


Ignore:
Timestamp:
03/02/10 10:37:39 (14 years ago)
Author:
niltonneto
Message:

Ticket #939 - Correção de problema na importação de compromisso.

File:
1 edited

Legend:

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

    r2091 r2116  
    364364                                $calendar = $fileContent; 
    365365                } 
    366                          
     366                // It's necessary to access calendar method. 
     367                include_once('../header.inc.php'); 
    367368                $uiicalendar = CreateObject("calendar.uiicalendar"); 
    368369                return $uiicalendar = $uiicalendar->import_from_mail($calendar); 
Note: See TracChangeset for help on using the changeset viewer.