Skip to content
Snippets Groups Projects
Commit d9251b53 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

doesnt show attended UNL if they didnt

parent d5742b44
Branches
No related tags found
No related merge requests found
......@@ -164,7 +164,7 @@
else
echo "'',";
echo "'" . $user->name . "',";
if($user->profile_attended_from != "Did Not Attend UNL")
if($user->profile_attended_from != "Did Not Attend UNL" && $user->profile_attended_from != "" && $user->profile_attended_from != NULL)
echo "'Attended UNL: " . $user->profile_attended_from . "-" . $user->profile_attended_to . "'";
else
echo "''";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment