Browse Source

Add language_file gradebook

Carlos Vargas 15 years ago
parent
commit
125ec8ce07
2 changed files with 2 additions and 2 deletions
  1. 1 1
      main/document/create_document.php
  2. 1 1
      main/document/edit_document.php

+ 1 - 1
main/document/create_document.php

@@ -10,7 +10,7 @@
 /*	INIT SECTION */
 
 // Name of the language file that needs to be included
-$language_file = 'document';
+$language_file = array('document', 'gradebook');
 
 require_once '../inc/global.inc.php';
 

+ 1 - 1
main/document/edit_document.php

@@ -26,7 +26,7 @@
  */
 
 // Name of the language file that needs to be included
-$language_file = 'document';
+$language_file = array('document', 'gradebook');
 
 /*	Included libraries */