Changeset 5365


Ignore:
Timestamp:
01/11/12 16:41:29 (12 years ago)
Author:
acoutinho
Message:

Ticket #2434 - Malhoria no tratamento de duplicacao de participantes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/calendar/js/calendar.codecs.js

    r5361 r5365  
    442442                     
    443443                        var existsTimezone = false; 
    444                         var participantInfo = {}, me = { uid: User.me.id, name: User.me.name }; 
     444                        var participantInfo = {}, me = { uid: User.me.id, name: User.me.name, mail: User.me.mail}; 
    445445                        var timezone = ''; 
    446446                        if(objEvent.timezone){ 
Note: See TracChangeset for help on using the changeset viewer.