View of /mambo/branches/4.6/administrator/components/com_languages/actions/translate.action.php
Parent Directory
|
Revision Log
Revision 556 -
(download)
(annotate)
Wed Jun 7 08:15:51 2006 UTC (7 years ago) by csouza
File size: 255 byte(s)
Wed Jun 7 08:15:51 2006 UTC (7 years ago) by csouza
File size: 255 byte(s)
internationalization modifications
<?php
class translateAction extends Action
{
function execute(&$controller, &$request)
{
$session =& $request->session();
$session['setLanguage'] = $_REQUEST['language'];
$controller->redirect('index', 'catalogs');
}
}
?>| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

