From 2e3140769444b4a269904a0d13985db65839eb6b Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Fri, 12 Apr 2013 16:11:36 +0200 Subject: [PATCH] Minor adding comments --- user.php | 2 +- whoisonline.php | 2 +- whoisonlinesession.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/user.php b/user.php index 201c63c443..56d9d993cc 100644 --- a/user.php +++ b/user.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'); diff --git a/whoisonline.php b/whoisonline.php index 9f1a14aff3..d6e8cdbadd 100644 --- a/whoisonline.php +++ b/whoisonline.php @@ -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 diff --git a/whoisonlinesession.php b/whoisonlinesession.php index 199a599907..d4b20b8540 100644 --- a/whoisonlinesession.php +++ b/whoisonlinesession.php @@ -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 */ /**