Ignore:
Timestamp:
11/03/09 11:14:50 (14 years ago)
Author:
eduardoalex
Message:

Ticket #712 - corrigida a funcao getLang e o arquivo load_lang para setar o lang na sessao

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.functions.inc.php

    r1526 r1572  
    101101                function getLang($key){ 
    102102                        if ($_SESSION['phpgw_info']['expressomail']['lang'][$key]) 
    103                                 return $_SESSION['phpgw_info']['expressomail']['lang'][$key]; 
     103                                return $_SESSION['phpgw_info']['expressomail']['lang'][$key];                    
     104                        else 
     105                                return ($key . '*'); 
    104106                } 
    105107 
Note: See TracChangeset for help on using the changeset viewer.