forked from extern/egroupware
bugfix: after an Apply, the links were not longer displayed
This commit is contained in:
parent
a0f4331554
commit
363bcd957a
@ -386,15 +386,6 @@
|
|||||||
unset($values[$var]);
|
unset($values[$var]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// fix old names
|
|
||||||
foreach($values as $key => $val)
|
|
||||||
{
|
|
||||||
if ($key[0] != '#' && substr($key,0,5) != 'info_')
|
|
||||||
{
|
|
||||||
$values['info_'.$key] = $val;
|
|
||||||
unset($values[$key]);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if ($status_only = $values['info_id'] && !$this->check_access($values['info_id'],EGW_ACL_EDIT))
|
if ($status_only = $values['info_id'] && !$this->check_access($values['info_id'],EGW_ACL_EDIT))
|
||||||
{
|
{
|
||||||
if (!isset($values['info_responsible']))
|
if (!isset($values['info_responsible']))
|
||||||
|
Loading…
Reference in New Issue
Block a user