Hide warnings

This commit is contained in:
patrick 2025-02-14 21:50:44 +00:00
parent 80c2aecb8e
commit 7074f1db1d
2 changed files with 1 additions and 2 deletions

View File

@ -110,7 +110,7 @@ function actionSubmit()
// Edit
var id = document.forms.memberaction.users_uid.options[document.forms.memberaction.users_uid.selectedIndex];
openeditor(id.value);
alert("id="+id.value);
//alert("id="+id.value);
return false;
}
if(document.forms.memberaction.action.selectedIndex==3) //remove

View File

@ -135,7 +135,6 @@ if (array_key_exists('username', $_GET)) {
}
$u = user_load($id);
print_r($u);
$selected = get_value_from_array($_GET, 'tab');
if (!array_key_exists($selected, $tabs)) {