Changeset 522 for trunk/mobile


Ignore:
Timestamp:
10/09/08 10:10:47 (16 years ago)
Author:
niltonneto
Message:

Inclusão da inicialização da variável JS array_lang, para o load_lang.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mobile/mobilemail_index.php

    r521 r522  
    5858    $_SESSION['phpgw_info']['server']['expressomail']['expressoMail_command_for_spam'] = $current_config['expressoMail_command_for_spam']; 
    5959    $_SESSION['phpgw_info']['server']['expressomail']['expressoMail_use_spam_filter'] = $current_config['expressoMail_use_spam_filter']; 
    60     echo '<script> var use_spam_filter = \''.$current_config['expressoMail_use_spam_filter'].'\' </script>'; 
     60    echo '<script> var array_lang = new Array();var use_spam_filter = \''.$current_config['expressoMail_use_spam_filter'].'\' </script>'; 
    6161        // End Set Anti-Spam options. 
    6262 
Note: See TracChangeset for help on using the changeset viewer.