Remove unused lang vars.

1.10.x
Julio Montoya 10 years ago
parent 113e40c379
commit ec68a8d668
  1. 2
      main/attendance/index.php
  2. 3
      main/mySpace/lp_tracking.php
  3. 5
      main/mySpace/myStudents.php

@ -10,8 +10,6 @@
*/
// name of the language file that needs to be included
$language_file = array(
'course_info',
'userInfo',
'admin',
'tracking',
'gradebook'

@ -6,11 +6,8 @@
*/
$language_file = array(
'registration',
'index',
'tracking',
'exercice',
'scorm',
'learnpath'
);
require_once '../inc/global.inc.php';

@ -8,14 +8,11 @@
// name of the language file that needs to be included
$language_file = array(
'registration',
'index',
'tracking',
'exercice',
'admin',
'gradebook',
'survey',
'forum'
'survey'
);
require_once '../inc/global.inc.php';

Loading…
Cancel
Save