Ignore:
Timestamp:
12/29/10 09:21:25 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #1468 - Notificacao por email de uploads de arquivos enviados pelo modulo Filemanager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/filemanager/js/common_functions.js

    r3638 r3640  
    107107                 
    108108                draw_window( _html, 490, 350, get_lang("upload files") ); 
    109                  
    110                 sendNotification( pArgs.emails_to ); 
     109         
     110                if( pArgs.emails_to != null ) 
     111                        sendNotification( pArgs.emails_to ); 
    111112        } 
    112113         
Note: See TracChangeset for help on using the changeset viewer.