@ -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_file = array('admin');
$language_file = array('admin','userInfo');
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');
require ('../inc/global.inc.php');
require_once (api_get_path(LIBRARY_PATH).'sortabletable.class.php');