From c98109234ff520dac7d467d2f3fb824165a9b850 Mon Sep 17 00:00:00 2001 From: seek3r Date: Wed, 24 Jan 2001 19:28:08 +0000 Subject: [PATCH] reversed some lame hard coded path that jengo put --- phpgwapi/inc/class.utilities.inc.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/phpgwapi/inc/class.utilities.inc.php b/phpgwapi/inc/class.utilities.inc.php index 7ea12080ab..1e569ec4d7 100644 --- a/phpgwapi/inc/class.utilities.inc.php +++ b/phpgwapi/inc/class.utilities.inc.php @@ -29,9 +29,6 @@ exit; } unset($d1); - // Note: We should add a way to force the developer to say which ones to use. (jengo) - include("/home/httpd/html/phpgroupware/phpgwapi/inc/class.sbox.inc.php"); - class utilities { var $rssparser; @@ -48,8 +45,7 @@ // $phpgw->http = CreateObject("phpgwapi.http"); // $phpgw->matrixview = CreateObject("phpgwapi.matrixview"); // $phpgw->menutree = CreateObject("phpgwapi.menutree"); - $this->sbox = new sbox; -// $phpgw->sbox = CreateObject("phpgwapi.portalbox"); + $phpgw->sbox = CreateObject("phpgwapi.portalbox"); } } ?>