Ignore:
Timestamp:
02/03/12 15:00:27 (12 years ago)
Author:
rafaelraymundo
Message:

Ticket #2467 - Erro ao trocar o status de um compromisso em agenda compartilhada

File:
1 edited

Legend:

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

    r4785 r5472  
    21792179                                } 
    21802180                                 
    2181                                 $event['participants'] = Array($_SESSION['phpgw_info']['expressomail']['user']['account_id'] => $event['participants'][$_SESSION['phpgw_info']['expressomail']['user']['account_id']]); 
     2181                                //$event['participants'] = Array($_SESSION['phpgw_info']['expressomail']['user']['account_id'] => $event['participants'][$_SESSION['phpgw_info']['expressomail']['user']['account_id']]); 
     2182                                $event['participants'] = Array($GLOBALS['phpgw_info']['user']['account_id'] => $event['participants'][$GLOBALS['phpgw_info']['user']['account_id']]); 
    21822183 
    21832184                                $overlapping_events = $this->bo->overlap( 
Note: See TracChangeset for help on using the changeset viewer.