From 16d311e7253a0f9936d5f45b4f02710f9191512e Mon Sep 17 00:00:00 2001 From: "Leigh B. Stoller" <stoller@flux.utah.edu> Date: Mon, 24 Jun 2002 14:45:45 +0000 Subject: [PATCH] Fix reference to obsolete page. --- www/showuser_list.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/showuser_list.php3 b/www/showuser_list.php3 index 66456f46f2..bb92a26b86 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"; -- GitLab