소스 검색

Minor removing "events" language calls

Julio Montoya 12 년 전
부모
커밋
3e82c5f73a
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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;