diff --git a/www/showuser_list.php3 b/www/showuser_list.php3 index 66456f46f2c7439a7344f0661987a2af1270337e..bb92a26b86919c703f05fa194ec32516e3c692e1 100644 --- a/www/showuser_list.php3 +++ b/www/showuser_list.php3 @@ -180,7 +180,7 @@ while ($row = mysql_fetch_array($query_result)) { } if ($isadmin) { - echo "<td align=center><A href='modusr_form.php3?target_uid=$thisuid'> + echo "<td align=center><A href='moduserinfo.php3?target_uid=$thisuid'> <img alt=\"O\" src=\"blueball.gif\"></A></td>\n"; echo "<td align=center><A href='deleteuser.php3?target_uid=$thisuid'> <img alt=\"X\" src=\"redball.gif\"></A></td>\n";