mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 04:11:49 +02: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$ */
|
/* $Id$ */
|
||||||
|
|
||||||
if(!isset($GLOBALS['phpgw_info']['flags']['included_classes']['solink']))
|
include_once(PHPGW_API_INC . '/../../infolog/inc/class.solink.inc.php');
|
||||||
{
|
|
||||||
include(PHPGW_API_INC . '/../../infolog/inc/class.solink.inc.php');
|
|
||||||
$GLOBALS['phpgw_info']['flags']['included_classes']['solink'] = True;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
@class bolink
|
@class bolink
|
||||||
|
@ -12,11 +12,7 @@
|
|||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
if(!isset($GLOBALS['phpgw_info']['flags']['included_classes']['bolink']))
|
include_once(PHPGW_API_INC . '/../../infolog/inc/class.bolink.inc.php');
|
||||||
{
|
|
||||||
include(PHPGW_API_INC . '/../../infolog/inc/class.bolink.inc.php');
|
|
||||||
$GLOBALS['phpgw_info']['flags']['included_classes']['bolink'] = True;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
@class uilink
|
@class uilink
|
||||||
|
Loading…
x
Reference in New Issue
Block a user