bugfix: after an Apply, the links were not longer displayed

This commit is contained in:
Ralf Becker 2006-01-06 04:49:20 +00:00
parent a0f4331554
commit 363bcd957a

View File

@ -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']))