Ignore:
Timestamp:
09/19/07 17:33:03 (17 years ago)
Author:
niltonneto
Message:

* empty log message *

File:
1 edited

Legend:

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

    r56 r69  
    5252                 
    5353                function getLang($key){ 
    54                         return $_SESSION['phpgw_info']['expressomail']['lang'][$key];                    
     54                        if ($_SESSION['phpgw_info']['expressomail']['lang'][$key]) 
     55                                return $_SESSION['phpgw_info']['expressomail']['lang'][$key]; 
     56                        else 
     57                                return $key . '*'; 
    5558                } 
    5659 
Note: See TracChangeset for help on using the changeset viewer.