mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
"removed call to depricated bolink class"
This commit is contained in:
parent
375c328453
commit
a749233461
@ -128,7 +128,7 @@ class customfields_widget
|
|||||||
$cell['sel_options'][$lname] = lang($label);
|
$cell['sel_options'][$lname] = lang($label);
|
||||||
$fields_with_vals[]=$lname;
|
$fields_with_vals[]=$lname;
|
||||||
}
|
}
|
||||||
$link_types = ExecMethod('phpgwapi.bolink.app_list','');
|
$link_types = egw_link::app_list();
|
||||||
ksort($link_types);
|
ksort($link_types);
|
||||||
foreach($link_types as $lname => $label) $cell['sel_options'][$lname] = '- '.$label;
|
foreach($link_types as $lname => $label) $cell['sel_options'][$lname] = '- '.$label;
|
||||||
$cell['no_lang'] = true;
|
$cell['no_lang'] = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user