Browse Source

Revert "Translate table header when export course to CSV - refs BT#10293"

This reverts commit c387c134111ae1bf83db46cd87d669d4c6e9b7a6.
Angel Fernando Quiroz Campos 9 years ago
parent
commit
0e85527c9b
1 changed files with 7 additions and 7 deletions
  1. 7 7
      main/admin/course_export.php

+ 7 - 7
main/admin/course_export.php

@@ -51,13 +51,13 @@ if (isset($_POST['formSent']) && $_POST['formSent']) {
         $archiveFile = 'export_courses_list_'.api_get_local_time();
 
         $listToExport[] = [
-            get_lang('Code'),
-            get_lang('Title'),
-            get_lang('CourseCategory'),
-            get_lang('Teacher'),
-            get_lang('Language'),
-            get_lang('Users'),
-            get_lang('OtherTeachers')
+            'Code',
+            'Title',
+            'CourseCategory',
+            'Teacher',
+            'Language',
+            'Users',
+            'OtherTeachers'
         ];
 
         $dataToExport = [];