Skip to content
Snippets Groups Projects
Commit 28ff0feb authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

allow dburge2 to see birthdates on the prospective students page

parent 75c06551
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,8 @@
$uniquevariablenamethatwontgetconfusedwithsomeothervariable = get_loggedin_user();
if( isadminloggedin() || $uniquevariablenamethatwontgetconfusedwithsomeothervariable['username']=="unl_dburge2") {
echo '<h1>All Planet Red Prospective students as of '. date("m/d/Y") .'</h1>';
$is_admin = true;
echo '<h1>All Planet Red Prospective students as of '. date("m/d/Y") .'</h1>';
$roles = get_entities_from_metadata("profile_role", "prospective student"|"Prospective Student", "user","",0,300);
......@@ -42,7 +43,7 @@
}
echo '</tbody></table>';
$is_admin = false;
}
else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment