diff --git a/plugins/browse/prospective.php b/plugins/browse/prospective.php index 98c42f40be73729e68bcf079940fc0f09829a712..9d6bbe7dbdac068f955db9efb97077f48ee29762 100644 --- a/plugins/browse/prospective.php +++ b/plugins/browse/prospective.php @@ -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>';