Home » Projects » Mambo CMS » SVN » Browse repository
Diff of /mambo/branches/4.6/components/com_content/content.php
Parent Directory
|
Revision Log
|
Patch
| 1458 |
} |
} |
| 1459 |
$Itemid = mosGetParam( $_POST, 'Returnid', '0' ); |
$Itemid = mosGetParam( $_POST, 'Returnid', '0' ); |
| 1460 |
$msg = $isNew ? T_('Thanks for your submission; it will be reviewed before being posted to the site.') : T_('Item saved successfully.'); |
$msg = $isNew ? T_('Thanks for your submission; it will be reviewed before being posted to the site.') : T_('Item saved successfully.'); |
| 1461 |
mosRedirect( 'index.php', $msg ); |
|
| 1462 |
|
$link = $isNew ? 'index.php' : sefRelToAbs( 'index.php?option=com_content&task=view&id='.$row->id.'&Itemid='.$Itemid ); |
| 1463 |
|
mosRedirect( $link, $msg); |
| 1464 |
} |
} |
| 1465 |
|
|
| 1466 |
|
|
| 1482 |
|
|
| 1483 |
$Itemid = mosGetParam( $_POST, 'Returnid', '0' ); |
$Itemid = mosGetParam( $_POST, 'Returnid', '0' ); |
| 1484 |
|
|
| 1485 |
mosRedirect( 'index.php' ); |
$link = sefRelToAbs( 'index.php?option=com_content&task=view&id='.$row->id.'&Itemid='.$Itemid ); |
| 1486 |
|
mosRedirect( $link ); |
| 1487 |
} |
} |
| 1488 |
|
|
| 1489 |
/** |
/** |
|
|
Legend:
| Removed from v.1729 |
|
| changed lines |
| |
Added in v.1730 |
|
|

Web Hosting provided by Network
Redux.