From 363bcd957aa9bc2b821e4d1c275e8804154e4b47 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 6 Jan 2006 04:49:20 +0000 Subject: [PATCH] bugfix: after an Apply, the links were not longer displayed --- infolog/inc/class.boinfolog.inc.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/infolog/inc/class.boinfolog.inc.php b/infolog/inc/class.boinfolog.inc.php index b05ad561b3..e78a116826 100644 --- a/infolog/inc/class.boinfolog.inc.php +++ b/infolog/inc/class.boinfolog.inc.php @@ -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']))