From 71f0852f911489d1ba193f82263e59377de3224e Mon Sep 17 00:00:00 2001
From: Seth Meranda <smeranda2@unl.edu>
Date: Tue, 13 Oct 2009 16:38:35 +0000
Subject: [PATCH] changed case to lowercase to pull the correct data.

---
 plugins/browse/prospective.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/browse/prospective.php b/plugins/browse/prospective.php
index 98c42f40..9d6bbe7d 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>';
 		                    
-- 
GitLab