From a74923346140a34e6492fc5bcbcb2a3d9b11c58a Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 21 Oct 2008 08:08:56 +0000 Subject: [PATCH] "removed call to depricated bolink class" --- etemplate/inc/class.customfields_widget.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/inc/class.customfields_widget.inc.php b/etemplate/inc/class.customfields_widget.inc.php index 8e3267091c..17e8ee3e03 100644 --- a/etemplate/inc/class.customfields_widget.inc.php +++ b/etemplate/inc/class.customfields_widget.inc.php @@ -128,7 +128,7 @@ class customfields_widget $cell['sel_options'][$lname] = lang($label); $fields_with_vals[]=$lname; } - $link_types = ExecMethod('phpgwapi.bolink.app_list',''); + $link_types = egw_link::app_list(); ksort($link_types); foreach($link_types as $lname => $label) $cell['sel_options'][$lname] = '- '.$label; $cell['no_lang'] = true;