Changeset 2118


Ignore:
Timestamp:
03/02/10 10:38:42 (14 years ago)
Author:
niltonneto
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/expressoMail1_2/inc/class.db_functions.inc.php

    r2092 r2118  
    359359                                $calendar = $fileContent; 
    360360                } 
    361                          
     361                // It's necessary to access calendar method. 
     362                include_once('../header.inc.php'); 
    362363                $uiicalendar = CreateObject("calendar.uiicalendar"); 
    363364                return $uiicalendar = $uiicalendar->import_from_mail($calendar); 
Note: See TracChangeset for help on using the changeset viewer.