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

typo

parent 8597d71f
No related branches found
No related tags found
No related merge requests found
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
echo "'',"; echo "'',";
echo "'" . $user->name . "',"; echo "'" . $user->name . "',";
if($user->profile_attended_from) 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 else
echo "''"; echo "''";
echo ",'$user->map_explanation');return false;\" src=\"mod/profile/icon.php?username=" . $user->username . "&size=tiny\" /></div>"; echo ",'$user->map_explanation');return false;\" src=\"mod/profile/icon.php?username=" . $user->username . "&size=tiny\" /></div>";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment