|
|
|
@ -2351,12 +2351,14 @@ class GroupManager |
|
|
|
|
$group_name .= ' ('.$this_group['session_name'].')'; |
|
|
|
|
} |
|
|
|
|
$group_name .= $session_img; |
|
|
|
|
$row[] = $group_name.$group_name2.'<br />'.stripslashes(trim($this_group['description'])); |
|
|
|
|
$row[] = Security::remove_XSS($group_name). |
|
|
|
|
$group_name2.'<br />'.Security::remove_XSS(stripslashes(trim($this_group['description']))); |
|
|
|
|
} else { |
|
|
|
|
if ('true' === $hideGroup) { |
|
|
|
|
continue; |
|
|
|
|
} |
|
|
|
|
$row[] = $this_group['name'].'<br />'.stripslashes(trim($this_group['description'])); |
|
|
|
|
$row[] = Security::remove_XSS($this_group['name']).'<br />'. |
|
|
|
|
Security::remove_XSS(stripslashes(trim($this_group['description']))); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// Tutor name |
|
|
|
|