Removed some commented out code from studentview additions.

This commit is contained in:
thepurpleblob
2005-08-15 13:14:36 +00:00
parent 15ffee79b5
commit f85c067f85
-4
View File
@@ -2017,10 +2017,6 @@ function isadmin($userid=0) {
global $USER;
static $admins, $nonadmins;
// if (!empty($USER->studentview)) {
// return false;
// }
if (!isset($admins)) {
$admins = array();
$nonadmins = array();