Ignore:
Timestamp:
06/01/11 15:52:15 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1947 - Corrigido apontamento ao template que envia os alarmes da agenda

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/calendar/inc/class.bocalendar.inc.php

    r4425 r4569  
    34593459                                                         
    34603460                                                        // A constante PHPGW_APP_TPL nao existe para envio de alarmes (cront, asyncservice). 
    3461                                                         define ("PHPGW_APP_TPL",PHPGW_API_INC . "/../../calendar/templates/".$GLOBALS['phpgw_info']['user']['preferences']['common']['template_set'].""); 
     3461                                                        define ("PHPGW_APP_TPL",PHPGW_API_INC . "/../../calendar/templates/".$GLOBALS['phpgw_info']['user']['preferences']['common']['template_dir'].""); 
    34623462                                                         
    34633463                                                        $body = CreateObject('phpgwapi.Template',PHPGW_APP_TPL); 
Note: See TracChangeset for help on using the changeset viewer.