Changeset 4725


Ignore:
Timestamp:
07/14/11 11:38:31 (13 years ago)
Author:
roberto.santosjunior
Message:

Ticket #1820 - Corrigido apontamento ao template que envia os alarmes da agenda. r4569

Location:
trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/calendar/inc/class.bocalendar.inc.php

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