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

REMOVED EXCESS COMMENT

parent 71f8ef7d
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@
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>";
......@@ -346,7 +346,7 @@
echo '<p style="margin:0;"><a href="pg/profile/' . $row3['username'] . '">' . $row3['name'] . '</a>: ' . $row2['description'] . '</p>';
echo '<p style="margin:2px 0 3px 0; font-size:10px; clear:both;float:right"><em>' . friendly_time($row['time_updated']) . '</em></p>';
echo ' </div>';
echo '</div>';
echo '</div><div class="clear"></div>';
}
?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment