diff --git a/admin/committees.php b/admin/committees.php index 6a64558..f0f0e35 100644 --- a/admin/committees.php +++ b/admin/committees.php @@ -172,6 +172,7 @@ if($_POST['save']) if($_POST['access_super']=="Y") $a_super='Y'; else $a_super='N'; mysql_query("UPDATE committees_members SET ". "name='".$_POST['name']."', ". + "password='".$_POST['password']."', ". "organization='".$_POST['organization']."', ". "email='".$_POST['email']."', ". "emailprivate='".$_POST['emailprivate']."', ". @@ -240,7 +241,7 @@ if($_GET['edit'] || $edit) echo "
".i18n("Name").": | name\" /> |
".i18n("Name").": | name)."\" /> |
".i18n("Password").": | password\" /> |