Minor adding todos

skala
Julio Montoya 12 years ago
parent 75523ff530
commit 66b06f5ed4
  1. 2
      news_list.php
  2. 2
      user.php
  3. 1
      whoisonline.php
  4. 1
      whoisonlinesession.php

@ -1,6 +1,8 @@
<?php
/* For licensing terms, see /license.txt */
//@todo move this inside web/news
// name of the language file that needs to be included
$language_file = array ('admin','courses', 'index', 'announcements', 'group');

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

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

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

Loading…
Cancel
Save