Source for file update.action.php
Documentation is available at update.action.php
* @copyright Refer to copyright.php
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @author Mambo Foundation Inc see README.php
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
function execute(&$controller, &$request)
$lang =
$request->get('lang');
$domain =
$_POST['domain'];
$gettext_admin->compile($lang, $textdomain, $language->charset);
return $controller->redirect('index', 'catalogs');
Documentation generated on Mon, 05 May 2008 16:23:54 +0400 by phpDocumentor 1.4.0