Diff of /mambo/branches/4.6/components/com_content/content.php
Parent Directory
|
Revision Log
|
Patch
| revision 981, Thu Feb 8 11:04:23 2007 UTC | revision 982, Thu Feb 8 11:48:23 2007 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | /** | /** |
| 3 | * @package Mambo Open Source | * @package Mambo |
| 4 | * @subpackage Content | * @subpackage Content |
| 5 | * @copyright Refer to copyright.php | * @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 */ |
| # | Line 589 | Line 586 |
| 586 | ||
| 587 | $noauth = !$mainframe->getCfg( 'shownoauth' ); | $noauth = !$mainframe->getCfg( 'shownoauth' ); |
| 588 | ||
| 589 | // Paramters | // Parameters |
| 590 | $year = mosGetParam( $_REQUEST, 'year', date( 'Y' ) ); | $year = mosGetParam( $_REQUEST, 'year', date( 'Y' ) ); |
| 591 | $month = mosGetParam( $_REQUEST, 'month', date( 'm' ) ); | $month = mosGetParam( $_REQUEST, 'month', date( 'm' ) ); |
| 592 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

