phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] api/class.phpgw.php, 1.1.1.1.2.46


From: nomail
Subject: [Phpgroupware-cvs] api/class.phpgw.php, 1.1.1.1.2.46
Date: Fri, 9 Jul 2004 01:22:16 +0200

Update of /api
Modified Files:
        Branch: proposal-branch
          class.phpgw.php

date: 2004/07/08 23:22:16;  author: dcech;  state: Exp;  lines: +3 -3

Log Message:
commented out settings stuff in phpgw class until seek3r commits the settings 
class
fixed some issues with xmltool and objects
fixed issue with trailing slash on basepath
=====================================================================
Index: api/class.phpgw.php
diff -u api/class.phpgw.php:1.1.1.1.2.45 api/class.phpgw.php:1.1.1.1.2.46
--- api/class.phpgw.php:1.1.1.1.2.45    Tue Jul  6 07:20:14 2004
+++ api/class.phpgw.php Thu Jul  8 23:22:16 2004
@@ -161,10 +161,10 @@
                                $this->apps->fill_phpgw_data();
                                $GLOBALS['performance_timer']->stop('api_apps');
 
-                               
$GLOBALS['performance_timer']->start('api_settings');
+                               
/*$GLOBALS['performance_timer']->start('api_settings');
                                $this->settings = 
recoverObject('settings','api_settings');
                                $this->settings->get('.');
-                               
$GLOBALS['performance_timer']->stop('api_settings');
+                               
$GLOBALS['performance_timer']->stop('api_settings');*/
 
                                $this->statecache = recoverObject('statecache', 
'api_statecache');
                                $this->base_classes_loaded = true;




reply via email to

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