mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
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]);
|
||||
}
|
||||
}
|
||||
// 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 (!isset($values['info_responsible']))
|
||||
|
Loading…
Reference in New Issue
Block a user