forked from extern/egroupware
Clear all users or Just me checkboxes
This commit is contained in:
parent
3ee18797b0
commit
e4133aa210
@ -138,6 +138,8 @@ class importexport_definitions_ui
|
|||||||
}
|
}
|
||||||
$content['nm']['action'] .= '_' . $content[$content['nm']['action']];
|
$content['nm']['action'] .= '_' . $content[$content['nm']['action']];
|
||||||
unset($content[$action]);
|
unset($content[$action]);
|
||||||
|
unset($content['all_users']);
|
||||||
|
unset($content['allowed_private']);
|
||||||
}
|
}
|
||||||
if ($this->action($content['nm']['action'],$content['nm']['selected'],$content['nm']['select_all'],
|
if ($this->action($content['nm']['action'],$content['nm']['selected'],$content['nm']['select_all'],
|
||||||
$success,$failed,$action_msg,'index',$msg))
|
$success,$failed,$action_msg,'index',$msg))
|
||||||
|
Loading…
Reference in New Issue
Block a user