@ -8,10 +8,9 @@
*
* @package chamilo.calendar
*/
/*
MAIN CODE
/**
* MAIN CODE
session_cache_limiter('public');
@ -4,6 +4,9 @@
* See copyright information in the Dokeos root directory, dokeos_license.txt
* Code
// name of the language file that needs to be included
$language_file = 'agenda';
$id=$_GET['id'];
@ -5,7 +5,9 @@
* @package chamilo.session
* @author Julio Montoya <gugli100@gmail.com> Beeznest
// Language files that should be included.
$language_file = array('courses', 'index','tracking','exercice', 'admin');
$cidReset = true;
@ -18,7 +18,9 @@
* @todo display_digest, shouldn't this be removed and be made into an extension?
/* INIT SECTION */
* INIT SECTION
// Don't change these settings
define('SCRIPTVAL_No', 0);