From d9251b5326025b97bbd0fecd6b7c380a4713408e Mon Sep 17 00:00:00 2001 From: Eric Rasmussen <erasmussen2@unl.edu> Date: Mon, 24 Aug 2009 17:22:17 +0000 Subject: [PATCH] doesnt show attended UNL if they didnt --- customindex/views/default/customindex/content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php index c736ef9e..9e3b8188 100644 --- a/customindex/views/default/customindex/content.php +++ b/customindex/views/default/customindex/content.php @@ -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 "''"; -- GitLab