minor add var lang

skala
Carlos Vargas 15 years ago
parent 0ace435c24
commit c422feca02
  1. 2
      main/admin/group_add.php
  2. 2
      main/admin/group_edit.php
  3. 2
      main/admin/group_list.php

@ -7,7 +7,7 @@
*/
// Language files that should be included
$language_file = array('admin', 'registration');
$language_file = array('admin', 'registration','userInfo');
$cidReset = true;

@ -6,7 +6,7 @@
==============================================================================
*/
// Language files that should be included
$language_file = array('admin');
$language_file = array('admin','userInfo');
$cidReset = true;
include '../inc/global.inc.php';
$this_section = SECTION_PLATFORM_ADMIN;

@ -8,7 +8,7 @@
*/
// name of the language file that needs to be included
$language_file = array ('registration','admin');
$language_file = array ('registration','admin','userInfo');
$cidReset = true;
require ('../inc/global.inc.php');
require_once (api_get_path(LIBRARY_PATH).'sortabletable.class.php');

Loading…
Cancel
Save