forked from extern/egroupware
Unset checked entries when no longer needed, they can cause problems with other actions (delete) later
This commit is contained in:
parent
59c33be565
commit
746d48d5af
@ -540,6 +540,7 @@ class infolog_ui
|
|||||||
}
|
}
|
||||||
$values['msg'] = $msg;
|
$values['msg'] = $msg;
|
||||||
}
|
}
|
||||||
|
unset($values['nm']['rows']['checked']); // Can cause problems lower, no longer needed
|
||||||
if (!$action)
|
if (!$action)
|
||||||
{
|
{
|
||||||
$action = $values['action'] ? $values['action'] : get_var('action',array('POST','GET'));
|
$action = $values['action'] ? $values['action'] : get_var('action',array('POST','GET'));
|
||||||
|
Loading…
Reference in New Issue
Block a user