forked from science-ation/science-ation
Hide warnings
This commit is contained in:
parent
80c2aecb8e
commit
7074f1db1d
@ -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
|
||||
|
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user