From 2fe49e67ace22e4397dd0774fdd30b74ada75624 Mon Sep 17 00:00:00 2001
From: Seth Meranda <smeranda2@unl.edu>
Date: Tue, 13 Oct 2009 16:31:59 +0000
Subject: [PATCH] fixed php error.

---
 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 43924496..18f0eb64 100644
--- a/plugins/browse/prospective.php
+++ b/plugins/browse/prospective.php
@@ -33,7 +33,7 @@
 		                    	
 		                    	echo '<td>'.$user->profile_fields.'</td>';//fields of study
 		                    	
-		                    	echo '<td>'.$user->profile_dob_month.'/'.$user->profile_dob_day.'/'.$user->profile_dob_year'</td>';//birthday
+		                    	echo '<td>'.$user->profile_dob_month.'/'.$user->profile_dob_day.'/'.$user->profile_dob_year.'</td>';//birthday
 		                    	
 		                    	echo '</tr>';
 		                    	
-- 
GitLab