Ignore:
Timestamp:
06/22/12 16:20:14 (12 years ago)
Author:
acoutinho
Message:

Ticket #2899 - Problema ao criar um evento apartir de uma mensagem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/draw_api.js

    r6562 r6580  
    30503050                                                 
    30513051                                                if( $.type(user) == "array") 
    3052                                                                 user = user[0]; 
     3052                                                    user = user[0]; 
     3053 
     3054                                                if(typeof(user) != 'object') 
     3055                                                    return (null); 
    30533056 
    30543057                                                if(!user) 
Note: See TracChangeset for help on using the changeset viewer.