Changed the require_once to CreateObject

This commit is contained in:
skeeter 2003-08-25 10:15:27 +00:00
parent 3bbbded8e2
commit aedaca8c72
2 changed files with 2 additions and 3 deletions

View File

@ -24,7 +24,7 @@
\*******************************************************************/
/* $Id$ */
require_once('class.help.inc.php');
CreateObject('phpgwapi.help');
class help_helper extends help
{

View File

@ -25,8 +25,7 @@
\**************************************************************************/
/* $Id$ */
require_once('class.portalbox.inc.php');
CreateObject('phpgwapi.portalbox');
class listbox extends portalbox
{
/*