Changeset 94


Ignore:
Timestamp:
11/08/07 15:53:54 (16 years ago)
Author:
niltonneto
Message:

Corrigido função getLang, que retorna chave com * quando não encontra
seu valor.

File:
1 edited

Legend:

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

    r72 r94  
    103103                 
    104104                function getLang($key){ 
     105                        if ($_SESSION['phpgw_info']['expressomail']['lang'][$key]) 
    105106                        return $_SESSION['phpgw_info']['expressomail']['lang'][$key];                    
     107                        else 
     108                                return ($key . '*'); 
    106109                } 
    107110 
Note: See TracChangeset for help on using the changeset viewer.