Skip to content
Snippets Groups Projects
Commit 71f0852f authored by Seth Meranda's avatar Seth Meranda
Browse files

changed case to lowercase to pull the correct data.

parent 2e57a7f4
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
$roles = get_entities_from_metadata("profile_role", "Prospective Student", "user","",0,300);
$roles = get_entities_from_metadata("profile_role", "prospective student"|"Prospective Student", "user","",0,300);
echo '<table class="zentable cool"><thead><tr><th>Profile Icon</th><th>Username</th><th>Full Name</th><th>Email</th><th>City</th><th>State</th><th>Country</th><th>Field(s) of Study</th><th>Birthday</th></tr></thead><tbody>';
......
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