Removing unused call to get_string()
This commit is contained in:
@@ -162,7 +162,6 @@
|
||||
echo $OUTPUT->heading("$usercount ".get_string('users'));
|
||||
}
|
||||
|
||||
$alphabet = explode(',', get_string('alphabet', 'langconfig'));
|
||||
$strall = get_string('all');
|
||||
|
||||
$baseurl = new moodle_url('user.php', array('sort' => $sort, 'dir' => $dir, 'perpage' => $perpage));
|
||||
|
||||
Reference in New Issue
Block a user