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.bocalendar.inc.php

    r4920 r5472  
    29462946                        } 
    29472947                        $event = $this->so->read_entry($cal_id); 
    2948                         $account_id = $GLOBALS['phpgw_info']['user']['account_id']; 
     2948                        //$account_id = $GLOBALS['phpgw_info']['user']['account_id']; 
     2949                        $account_id = $this->owner; 
    29492950                        if(($status2msg[$status] == "5" && $event['participants'][$account_id] == "A") || 
    29502951                         ($status2msg[$status] == "3" && $event['participants'][$account_id] == "R")) { 
Note: See TracChangeset for help on using the changeset viewer.