From c224d62b2d838d6a962cc6dc2d5d05bbb523c2f3 Mon Sep 17 00:00:00 2001 From: Eric Rasmussen <erasmussen2@unl.edu> Date: Thu, 20 Aug 2009 16:46:15 +0000 Subject: [PATCH] missing comma fix --- customindex/views/default/customindex/content.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php index 9296f310..e51e3826 100644 --- a/customindex/views/default/customindex/content.php +++ b/customindex/views/default/customindex/content.php @@ -153,7 +153,7 @@ Most recent members to add their profile: </p> <!-- lat, lng, username, location, displayname, title, comment(text area) --> - <?php + <?php //$users = get_entities_from_metadata('icontime', '', 'user', '', 0, 8); $users = get_entities('user', '', 0, '', 8, 0, false, 0, null); if($users){ @@ -162,15 +162,15 @@ if($user->profile_country) echo "'" . $user->profile_country . " - " . $user->profile_city . ", " . $user->profile_state . "',"; else - echo "''"; + echo "'',"; echo "'" . $user->name . "',"; if($user->profile_attended) - echo "'Attended UNL: " . $user->profile_attended . "'"; + echo "'Attended UNL: " . $user->profile_attended . "',"; else echo "''"; echo ");return false;\" src=\"mod/profile/icon.php?username=" . $user->username . "&size=tiny\" /></div>"; } - } + } ?> </div> @@ -201,7 +201,7 @@ <div style="width:330px; top:30px; left:30px;"> <h2>Join the Conversation</h2> <p> - Huskers like you are encouraged to join UNL's new social media platform and put yourself on the map! + Huskers like you are encouraged to join UNL's new social platform and put yourself on the map! </p> </div> <br /> -- GitLab