diff --git a/main/admin/user_list.php b/main/admin/user_list.php index 83c9a10bd4..df2294ae16 100644 --- a/main/admin/user_list.php +++ b/main/admin/user_list.php @@ -1,4 +1,4 @@ -'; - } + } + $newContent = mb_convert_encoding($newContent,'utf-8',api_get_setting('platform_charset')); + // Instantiate the xajaxResponse object $objResponse = new xajaxResponse(); @@ -82,7 +84,6 @@ function empty_courses_of_user($arg) $newContent = ''; // Instantiate the xajaxResponse object $objResponse = new xajaxResponse(); - // add a command to the response to assign the innerHTML attribute of // the element with id="SomeElementId" to whatever the new content is $objResponse->addAssign("user".$arg,"innerHTML", $newContent); @@ -100,6 +101,11 @@ $htmlHeadXtra[] = '