source: sandbox/2.3-MailArchiver/expressoAdmin1_2/inc/load_lang.php @ 6779

Revision 6779, 292 bytes checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

Line 
1<?php
2        $lang = array();
3        if (!empty($_SESSION['phpgw_info']['expressoAdmin']['lang']))
4        {
5                foreach($_SESSION['phpgw_info']['expressoAdmin']['lang'] as $message_id=>$content)
6                {
7                        $lang[str_replace(" ", "_", (strtolower($message_id)) )] = $content;
8                }
9        }
10        echo serialize($lang);
11        exit;
12?>
Note: See TracBrowser for help on using the repository browser.