diff --git a/main/session/index.php b/main/session/index.php
index 8f5e4b5949..a3aa5b7352 100644
--- a/main/session/index.php
+++ b/main/session/index.php
@@ -356,7 +356,7 @@ $extra_params_course = array();
$extra_params_course['grouping'] = 'true';
$extra_params_course['groupingView'] = array('groupCollapse' => false,
'groupField' => array('course'),
- 'groupColumnShow' => array('false'),
+ 'groupColumnShow' => array(false),
'groupText' => array(''.get_lang('Course').' {0}'));
$extra_params_course['autowidth'] = 'true'; //use the width of the parent
$extra_params_course['height'] = "100%";
@@ -377,7 +377,7 @@ $extra_params_week['groupingView'] = array('groupCollapse' => false,
'groupDataSorted' => false,
'groupField' => array('week'),
'groupOrder' => array('desc'),
- 'groupColumnShow' => 'false',
+ 'groupColumnShow' => false,
'groupText' => array(''.get_lang('PeriodWeek').' {0}'));
$extra_params_week['autowidth'] = 'true'; //use the width of the parent
$extra_params_week['height'] = '100%';