Browse Source

Minor removing "events" language calls

Julio Montoya 12 years ago
parent
commit
3e82c5f73a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      main/admin/event_controller.php
  2. 1 1
      main/admin/index.php

+ 1 - 1
main/admin/event_controller.php

@@ -1,6 +1,6 @@
 <?php
 // name of the language file that needs to be included
-$language_file = array('admin', 'events');
+$language_file = array('admin');
 $cidReset = true;
 
 require_once '../inc/global.inc.php';

+ 1 - 1
main/admin/index.php

@@ -7,7 +7,7 @@
  */
 
 // Language files that need to be included.
-$language_file = array('admin', 'tracking','coursebackup', 'events');
+$language_file = array('admin', 'tracking','coursebackup');
 
 // Resetting the course id.
 $cidReset = true;