diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php index 2814bd9cc2ec57c745e270fd88b958bd9fbdba92..440d27686c839e1b4a649eab8f115991d32aa205 100644 --- a/customindex/views/default/customindex/content.php +++ b/customindex/views/default/customindex/content.php @@ -165,7 +165,7 @@ echo "'',"; echo "'" . $user->name . "',"; if($user->profile_attended_from) - echo "'Attended UNL: " . $user->profile_attended_from . "-" . $user->profile_attened_to . "'"; + echo "'Attended UNL: " . $user->profile_attended_from . "-" . $user->profile_attended_to . "'"; else echo "''"; echo ",'$user->map_explanation');return false;\" src=\"mod/profile/icon.php?username=" . $user->username . "&size=tiny\" /></div>";