Changeset 3719


Ignore:
Timestamp:
01/24/11 11:54:33 (13 years ago)
Author:
eduardoalex
Message:

Ticket #1507 - expressoMail1_2 - Adicionado array que obtem as traduções.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/inc/load_lang.php

    r3152 r3719  
    1212                        list($message_id,$app_name,$null,$content) = explode("\t",substr($data,0,-1)); 
    1313                        $expressomaillang[$message_id] =  $content; 
     14                        $_SESSION['phpgw_info']['expressomail']['lang'][$message_id] = $content; 
    1415                } 
    1516                fclose($fp); 
Note: See TracChangeset for help on using the changeset viewer.