Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b094035

Browse files
committedDec 12, 2012
Make username in Manage Projects page a link to edit user
Fixes #3693
1 parent 26c592a commit b094035

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎manage_proj_edit_page.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,9 @@
774774
?>
775775
<tr <?php echo helper_alternate_class() ?>>
776776
<td>
777-
<?php echo $t_display[$i] ?>
777+
<a href="manage_user_edit_page.php?user_id=<?php echo $t_user['id'] ?>">
778+
<?php echo $t_display[$i] ?>
779+
</a>
778780
</td>
779781
<td>
780782
<?php

0 commit comments

Comments
 (0)
Please sign in to comment.