Skip to content

Commit

Permalink
Make username in Manage Projects page a link to edit user
Browse files Browse the repository at this point in the history
Fixes #3693
  • Loading branch information
dregad committed Dec 12, 2012
1 parent 26c592a commit b094035
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion manage_proj_edit_page.php
Expand Up @@ -774,7 +774,9 @@
?>
<tr <?php echo helper_alternate_class() ?>>
<td>
<?php echo $t_display[$i] ?>
<a href="manage_user_edit_page.php?user_id=<?php echo $t_user['id'] ?>">
<?php echo $t_display[$i] ?>
</a>
</td>
<td>
<?php
Expand Down

0 comments on commit b094035

Please sign in to comment.