mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
using include_once now to include the class we extend
This commit is contained in:
parent
0bd42b8033
commit
973165d38d
@ -12,11 +12,7 @@
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
if(!isset($GLOBALS['phpgw_info']['flags']['included_classes']['solink']))
|
||||
{
|
||||
include(PHPGW_API_INC . '/../../infolog/inc/class.solink.inc.php');
|
||||
$GLOBALS['phpgw_info']['flags']['included_classes']['solink'] = True;
|
||||
}
|
||||
include_once(PHPGW_API_INC . '/../../infolog/inc/class.solink.inc.php');
|
||||
|
||||
/*!
|
||||
@class bolink
|
||||
|
@ -12,11 +12,7 @@
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
if(!isset($GLOBALS['phpgw_info']['flags']['included_classes']['bolink']))
|
||||
{
|
||||
include(PHPGW_API_INC . '/../../infolog/inc/class.bolink.inc.php');
|
||||
$GLOBALS['phpgw_info']['flags']['included_classes']['bolink'] = True;
|
||||
}
|
||||
include_once(PHPGW_API_INC . '/../../infolog/inc/class.bolink.inc.php');
|
||||
|
||||
/*!
|
||||
@class uilink
|
||||
|
Loading…
Reference in New Issue
Block a user