From ee56a99cbb2c396df67d9ec0965076f1e2dfe4fc Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Tue, 23 Oct 2012 11:46:46 +0200 Subject: [PATCH] Fixing jqgrid filter --- main/session/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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%';