Ignore:
Timestamp:
03/25/11 09:32:12 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1674 - Erro ao delegar evento. Nova correção.

File:
1 edited

Legend:

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

    r3396 r3910  
    238238 
    239239                function delegate_event($params=NULL) { 
    240                         $ldap = CreateObject('expressoMail1_2.ldap_functions'); 
    241                         $delegated = $ldap->uid2uidnumber($_REQUEST['delegated']); 
     240                        //$ldap = CreateObject('expressoMail1_2.ldap_functions'); 
     241                        //$delegated = $ldap->uid2uidnumber($_REQUEST['delegated']); 
    242242 
    243243                        try { 
    244                                 $this->bo->delegar($_REQUEST['delegator'],$ldap->uid2uidnumber($_REQUEST['delegated'])/*$delegated*/,$_REQUEST['event']); 
     244                                $this->bo->delegar($_REQUEST['delegator'],$_REQUEST['delegated']/*$delegated*/,$_REQUEST['event']); 
    245245                                header("Location: index.php?menuaction=calendar.uicalendar.day&date=".$_REQUEST['date']); 
    246246                        }catch(Exception $e) { 
Note: See TracChangeset for help on using the changeset viewer.