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 * 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 // name of the language file that needs to be included
$language_file = array('index','registration','messages','userInfo'); $language_file = array('index','registration','messages','userInfo');

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

@ -2,7 +2,7 @@
/* For licensing terms, see /license.txt */ /* For licensing terms, see /license.txt */
/** /**
* Shows who is online in a specific session * 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 * @package chamilo.main
*/ */
/** /**

Loading…
Cancel
Save