Add language_file gradebook

skala
Carlos Vargas 16 years ago
parent 20907352d1
commit 125ec8ce07
  1. 2
      main/document/create_document.php
  2. 2
      main/document/edit_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';

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

Loading…
Cancel
Save