Removing unused call to get_string()

This commit is contained in:
David Mudrak
2010-05-06 23:48:45 +00:00
parent 6779719e16
commit ff93c80742
-1
View File
@@ -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));