Revert 37361, didn't solve the issue

This commit is contained in:
Nathan Gray 2011-12-19 16:13:51 +00:00
parent 0934dd0045
commit f8ec5c9f40

View File

@ -324,9 +324,6 @@ class link_widget
$value[$row]['icon'] = egw_link::get_registry($value[$row]['app'], 'icon');
$value[$row]['label'] = 'Unlink';
$value[$row]['help'] = lang('Remove this link (not the entry itself)');
$value[$row]['view'] = "javascript:egw.open('{$link['id']}', '{$link['app']}', 'view');";
unset($value[$row]['target']);
}
}
break;