phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] folders/inc class.bofolders.inc.php,1.4,1.5


From: Philipp Kamps <address@hidden>
Subject: [Phpgroupware-cvs] folders/inc class.bofolders.inc.php,1.4,1.5
Date: Mon, 17 Nov 2003 17:39:17 +0000

Update of /cvsroot/phpgroupware/folders/inc
In directory subversions:/tmp/cvs-serv24070/inc

Modified Files:
        class.bofolders.inc.php 
Log Message:
debug output removed

Index: class.bofolders.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/folders/inc/class.bofolders.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** class.bofolders.inc.php     17 Nov 2003 17:34:25 -0000      1.4
--- class.bofolders.inc.php     17 Nov 2003 17:39:14 -0000      1.5
***************
*** 36,46 ****
                        $this->mid->setImgdir(PHPGW_SERVER_ROOT.'/');
  
- /*
-                       $this->account_id = 
$GLOBALS['phpgw_info']['user']['account_id'];
-                       $this->folds['folders'] = 
$GLOBALS['phpgw_info']['user']['preferences']['folders'];
-                       $this->imapcon          = 
CreateObject('email.mail_dcom');
-                       $this->mailmsg          = 
CreateObject('email.mail_msg');
- 
- */
                        $this->group            = 
CreateObject('phpgwapi.accounts');
                        $this->bo               = 
CreateObject('email.bopreferences');
--- 36,39 ----
***************
*** 52,60 ****
                        $hookContent = 
$GLOBALS['phpgw']->hooks->process('getFolderContent');
  
-                       echo "<pre>";
-                       print_r($hookContent);
-                       echo "</pre>";
- 
-                       //$this->mid->scanTableForMenu($menuname,'', 
$hookContent['folders']['content']);
                        $folderContent = array();
                        while(list($key, $value) = each($hookContent))
--- 45,48 ----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]