View of /mambo/branches/4.6/administrator/components/com_languages/actions/sort.action.php
Parent Directory
|
Revision Log
Revision 971 -
(download)
(annotate)
Tue Feb 6 13:01:13 2007 UTC (6 years, 3 months ago) by elpie
File size: 545 byte(s)
Tue Feb 6 13:01:13 2007 UTC (6 years, 3 months ago) by elpie
File size: 545 byte(s)
!more copyright corrections
<?php /** * @package Mambo * @subpackage Languages * @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.' ); class sortAction extends Action { function execute(&$controller, &$request) { $session =& $request->session(); $session['col'] = $_REQUEST['col']; $session['asc'] = $_REQUEST['asc']; $controller->view('catalogs'); } } ?>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

