Ignore:
Timestamp:
01/06/12 08:52:37 (12 years ago)
Author:
cristiano
Message:

Ticket #2423 - Trocar chamada da variável rootPath

File:
1 edited

Legend:

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

    r5132 r5316  
    27852785        /*-------------------------------------------------------------*/ 
    27862786 
    2787         require_once ($_SESSION['rootPath'] . '/calendar/inc/class.ex_participants.inc.php'); 
     2787        require_once (dirname(__FILE__) . '/class.ex_participants.inc.php'); 
    27882788 
    27892789        $c_events = count($ical['event']); 
     
    30583058 
    30593059                if (!isset ($this->bo)) { 
    3060                         require_once ($_SESSION['rootPath'] . '/calendar/inc/class.bocalendar.inc.php'); 
     3060                        require_once (dirname(__FILE__) . '/class.bocalendar.inc.php'); 
    30613061                        $this->bo = new bocalendar(); 
    30623062                } 
     
    34153415                return false; 
    34163416 
    3417         include_once ($_SESSION['rootPath'] . '/calendar/inc/class.ex_participants.inc.php'); 
     3417        include_once (dirname(__FILE__) . '/class.ex_participants.inc.php'); 
    34183418        $exParticipants = new exParticipants(); 
    34193419        $exParticipants->setParticipantsBySerializable($row['ex_participants']); 
Note: See TracChangeset for help on using the changeset viewer.