@ -83,11 +83,7 @@ if ( (isset($_GET['selectcat']) && $_GET['selectcat']>0) && (isset($_SESSION['st
Display :: display_header(get_lang('Details'));
//Introduction tool: student view
$fck_attribute['Width'] = '100%';
$fck_attribute['Height'] = '300';
$fck_attribute['ToolbarSet'] = 'Gradebook';
Display::display_introduction_section(TOOL_GRADEBOOK);
$fck_attribute = null; // Clearing this global variable immediatelly after it has been used.
Display::display_introduction_section(TOOL_GRADEBOOK, array('ToolbarSet' => 'Gradebook'));
$category= $_GET['selectcat'];
$stud_id=api_get_user_id();
@ -108,11 +104,7 @@ if ( (isset($_GET['selectcat']) && $_GET['selectcat']>0) && (isset($_SESSION['st
Display :: display_header(get_lang('Gradebook'));
//Introduction tool: student view
$fck_attribute['Width'] = '100%';
$fck_attribute['Height'] = '300';
$fck_attribute['ToolbarSet'] = 'Gradebook';
Display::display_introduction_section(TOOL_GRADEBOOK);
$fck_attribute = null; // Clearing this global variable immediatelly after it has been used.
Display::display_introduction_section(TOOL_GRADEBOOK, array('ToolbarSet' => 'Gradebook'));
$stud_id=api_get_user_id();
$course_code=api_get_course_id();
@ -758,11 +750,7 @@ if (api_is_platform_admin() || api_is_allowed_to_create_course() || $status==1)
*/
// Tool introduction
$fck_attribute['Width'] = '100%';
$fck_attribute['Height'] = '300';
$fck_attribute['ToolbarSet'] = 'Gradebook';
Display::display_introduction_section(TOOL_GRADEBOOK);
$fck_attribute = null; // Clearing this global variable immediatelly after it has been used.
Display::display_introduction_section(TOOL_GRADEBOOK, array('ToolbarSet' => 'Gradebook'));
if ( (isset ($_GET['selectcat']) & & $_GET['selectcat']< >0) ) {
//