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
| 20 |
// get parameters from the URL or submitted form |
// get parameters from the URL or submitted form |
| 21 |
$section = mosGetParam( $_REQUEST, 'section', 'content' ); |
$section = mosGetParam( $_REQUEST, 'section', 'content' ); |
| 22 |
$cid = mosGetParam( $_REQUEST, 'cid', array(0) ); |
$cid = mosGetParam( $_REQUEST, 'cid', array(0) ); |
| 23 |
if (!$cid) $id = mosGetParam( $_REQUEST, id, 0 ); |
if (!$cid) $id = mosGetParam( $_REQUEST, 'id', 0 ); |
| 24 |
|
|
| 25 |
switch ($task) { |
switch ($task) { |
| 26 |
case 'new': |
case 'new': |
|
|
Legend:
| Removed from v.1477 |
|
| changed lines |
| |
Added in v.1478 |
|
|

Web Hosting provided by Network
Redux.