using include_once now to include the class we extend

This commit is contained in:
Ralf Becker 2002-09-29 08:06:00 +00:00
parent 0bd42b8033
commit 973165d38d
2 changed files with 2 additions and 10 deletions

View File

@ -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

View File

@ -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