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

fixed php error.

parent 02b7731a
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
echo '<td>'.$user->profile_fields.'</td>';//fields of study 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>'; echo '</tr>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment