From c4ef551ca26be15b94e578a3537f28f065ca6218 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Wed, 12 Sep 2012 15:16:34 +0200 Subject: [PATCH] Minor disabling jqgrid just for now --- main/mySpace/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/mySpace/index.php b/main/mySpace/index.php index e301fcae34..4e8c293777 100644 --- a/main/mySpace/index.php +++ b/main/mySpace/index.php @@ -461,7 +461,7 @@ if ((api_is_allowed_to_create_course() || api_is_drh()) && in_array($view, array $all_data[] = $row; } - $table->use_jqgrid = true; + //$table->use_jqgrid = true; $tracking_column = 1; usort($all_data, 'sort_sessions');