Minor removing "events" language calls

skala
Julio Montoya 13 years ago
parent 89db09a4eb
commit 3e82c5f73a
  1. 2
      main/admin/event_controller.php
  2. 2
      main/admin/index.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';

@ -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;

Loading…
Cancel
Save