Ignore:
Timestamp:
01/14/09 15:25:35 (15 years ago)
Author:
niltonneto
Message:

Resolve #397

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/index.php

    r569 r604  
    9696                        'use_dynamic_contacts'                          => $GLOBALS['phpgw_info']['user']['preferences']['expressoMail']['use_dynamic_contacts'] ? $GLOBALS['phpgw_info']['user']['preferences']['expressoMail']['use_dynamic_contacts'] : "0", 
    9797                        'number_of_contacts'                            => $current_config['expressoMail_Number_of_dynamic_contacts'] ? $current_config['expressoMail_Number_of_dynamic_contacts'] : "0", 
    98                 'use_cache'                                             => $current_config['expressoMail_enable_cache'] 
     98                        'use_cache'                                             => $current_config['expressoMail_enable_cache'], 
     99                        'notification_domains'                  => $current_config['expressoMail_notification_domains'] 
    99100 
    100101 
    101102                 
    102103        ); 
     104 
    103105 
    104106        $template = CreateObject('phpgwapi.Template',PHPGW_APP_TPL); 
     
    145147    $_SESSION['phpgw_info']['expressomail']['email_server']['imapDefaultSpamFolder']    = $_SESSION['phpgw_info']['expressomail']['email_server']['imapDefaultSpamFolder']      ? $_SESSION['phpgw_info']['expressomail']['email_server']['imapDefaultSpamFolder']              : lang("Spam"); 
    146148    $_SESSION['phpgw_info']['expressomail']['email_server']['imapDefaultSentFolder']    = $_SESSION['phpgw_info']['expressomail']['email_server']['imapDefaultSentFolder']      ? $_SESSION['phpgw_info']['expressomail']['email_server']['imapDefaultSentFolder']              : lang("Sent"); 
    147  
     149     
    148150    echo '<script> var special_folders = new Array(4); 
    149151        special_folders["'.$_SESSION['phpgw_info']['expressomail']['email_server']['imapDefaultTrashFolder'].'"] = \'Trash\'; 
     
    160162 
    161163        $obj = createobject("expressoMail1_2.functions"); 
    162         echo "<script src='inc/load_lang.php?".$update_version."' type='text/javascript'></script>";     
     164        include("inc/load_lang.php");            
    163165        // INCLUDE these JS Files:  
    164166        echo $obj -> getFilesJs("js/abas.js," . 
Note: See TracChangeset for help on using the changeset viewer.