Minor - Adapting code comments to phpdoc

skala
Yannick Warnier 14 years ago
parent 1277285c23
commit 97f9f08977
  1. 7
      main/calendar/download.php
  2. 3
      main/calendar/print.php
  3. 4
      main/session/index.php
  4. 4
      user_portal.php

@ -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
* @package chamilo.calendar
*/
/**
* 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
*/
/**
* Code
*/
// 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);

Loading…
Cancel
Save