Minor adding comments

skala
Julio Montoya 13 years ago
parent b34ca38e46
commit 2e31407694
  1. 2
      user.php
  2. 2
      whoisonline.php
  3. 2
      whoisonlinesession.php

@ -15,7 +15,7 @@
/**
* Variables definitions and inclusions
*
* @todo move this inside web/user
* @todo move this inside web/users
*/
// name of the language file that needs to be included
$language_file = array('index','registration','messages','userInfo');

@ -3,7 +3,7 @@
/**
* Who is online list
* @todo move this inside web/online
* @todo move this inside web/users/online
*/
// language files that should be included

@ -2,7 +2,7 @@
/* For licensing terms, see /license.txt */
/**
* Shows who is online in a specific session
* @todo move this inside web/onlineincourses
* @todo move this inside web/users/online-in-course
* @package chamilo.main
*/
/**

Loading…
Cancel
Save