Home » Projects » Mambo CMS » SVN » Browse repository
Diff of /mambo/branches/4.6/administrator/components/com_categories/admin.categories.php
Parent Directory
|
Revision Log
|
Patch
| 1 |
<?php |
<?php |
| 2 |
/** |
/** |
| 3 |
* @package Mambo Open Source |
* @package Mambo |
| 4 |
* @subpackage Categories |
* @subpackage Categories |
| 5 |
* @copyright (C) 2005 - 2006 Mambo Foundation Inc. |
* @copyright Refer to copyright.php |
| 6 |
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL |
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL |
| 7 |
* |
* @author Mambo Foundation Inc see README.php |
|
* Mambo was originally developed by Miro (www.miro.com.au) in 2000. Miro assigned the copyright in Mambo to The Mambo Foundation in 2005 to ensure |
|
|
* that Mambo remained free Open Source software owned and managed by the community. |
|
|
* Mambo is Free Software |
|
| 8 |
*/ |
*/ |
| 9 |
|
|
| 10 |
/** ensure this file is being included by a parent file */ |
/** ensure this file is being included by a parent file */ |
| 16 |
// get parameters from the URL or submitted form |
// get parameters from the URL or submitted form |
| 17 |
$section = mosGetParam( $_REQUEST, 'section', 'content' ); |
$section = mosGetParam( $_REQUEST, 'section', 'content' ); |
| 18 |
$cid = mosGetParam( $_REQUEST, 'cid', array(0) ); |
$cid = mosGetParam( $_REQUEST, 'cid', array(0) ); |
| 19 |
if (!is_array( $cid )) { |
if (!$cid) $id = mosGetParam( $_REQUEST, id, 0 ); |
|
$cid = array(0); |
|
|
} |
|
| 20 |
|
|
| 21 |
switch ($task) { |
switch ($task) { |
| 22 |
case 'new': |
case 'new': |
|
|
Legend:
| Removed from v.905 |
|
| changed lines |
| |
Added in v.1079 |
|
|

Web Hosting provided by Network
Redux.