Changeset 4700 for branches/2.2


Ignore:
Timestamp:
07/12/11 17:07:39 (13 years ago)
Author:
alexandrecorreia
Message:

Ticket #2106 - Corrigido erro no módulo calendar para aceitar o novo compromisso

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/calendar/inc/class.uicalendar.inc.php

    r4427 r4700  
    20692069                                } 
    20702070                                 
    2071                                 $event['participants'] = Array($_SESSION['phpgw_info']['expressomail']['user']['account_id'] => $event['participants'][$_SESSION['phpgw_info']['expressomail']['user']['account_id']]); 
     2071                                $event['participants'] = Array($GLOBALS['phpgw_info']['user']['account_id'] => $event['participants'][$GLOBALS['phpgw_info']['user']['account_id']]); 
    20722072 
    20732073                                $overlapping_events = $this->bo->overlap( 
Note: See TracChangeset for help on using the changeset viewer.