Clear all users or Just me checkboxes

This commit is contained in:
Nathan Gray 2012-12-04 22:55:48 +00:00
parent 3ee18797b0
commit e4133aa210

View File

@ -138,6 +138,8 @@ class importexport_definitions_ui
}
$content['nm']['action'] .= '_' . $content[$content['nm']['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'],
$success,$failed,$action_msg,'index',$msg))