From c2a5e6821e1f82b197bd06243d5a4064d0d29c5d Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 3 Feb 2009 23:37:34 +0000 Subject: [PATCH] - Use the uid, not the id, when unlinking members --- admin/committees.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/committees.php b/admin/committees.php index b752520..09013ae 100644 --- a/admin/committees.php +++ b/admin/committees.php @@ -342,7 +342,7 @@ if($_POST['add_member_to_committees_id']) echo "    "; echo "\"Edit\""; echo " "; - echo "id}\">\"Unlink\""; + echo "id}\">\"Unlink\""; echo ""; echo ""; echo "{$u['name']}";