replaced with static egw_link unnecessary infolog_link_registry-class

This commit is contained in:
Ralf Becker 2008-03-09 14:46:51 +00:00
parent 7c64936239
commit 10af150055
2 changed files with 3 additions and 2 deletions

View File

@ -17,6 +17,8 @@ include_once(EGW_INCLUDE_ROOT.'/infolog/inc/class.boinfolog.inc.php');
* *
* To prevent an invinit recursion, it has to be outside the boinfolog class, * To prevent an invinit recursion, it has to be outside the boinfolog class,
* which itself instanciats the link class by default. * which itself instanciats the link class by default.
*
* @todo delete after next infolog update
*/ */
class infolog_link_registry class infolog_link_registry
{ {

View File

@ -60,7 +60,7 @@ $setup_info['infolog']['hooks']['infolog'] = 'infolog.uiinfolog.hook_vi
$setup_info['infolog']['hooks']['calendar_include_events'] = 'infolog.boinfolog.cal_to_include'; $setup_info['infolog']['hooks']['calendar_include_events'] = 'infolog.boinfolog.cal_to_include';
$setup_info['infolog']['hooks']['calendar_include_todos'] = 'infolog.boinfolog.cal_to_include'; $setup_info['infolog']['hooks']['calendar_include_todos'] = 'infolog.boinfolog.cal_to_include';
$setup_info['infolog']['hooks']['sidebox_menu'] = 'infolog.infolog_prefs_sidebox_hooks.all_hooks'; $setup_info['infolog']['hooks']['sidebox_menu'] = 'infolog.infolog_prefs_sidebox_hooks.all_hooks';
$setup_info['infolog']['hooks']['search_link'] = 'infolog.infolog_link_registry.search_link'; $setup_info['infolog']['hooks']['search_link'] = 'infolog.boinfolog.search_link';
$setup_info['infolog']['hooks']['pm_custom_app_icons'] = 'infolog.boinfolog.pm_icons'; $setup_info['infolog']['hooks']['pm_custom_app_icons'] = 'infolog.boinfolog.pm_icons';
/* Dependencies for this app to work */ /* Dependencies for this app to work */
@ -72,4 +72,3 @@ $setup_info['infolog']['depends'][] = array(
'appname' => 'etemplate', 'appname' => 'etemplate',
'versions' => Array('1.3','1.4','1.5') 'versions' => Array('1.3','1.4','1.5')
); );