fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12947] controller - cache


From: Sigurd Nes
Subject: [Fmsystem-commits] [12947] controller - cache
Date: Mon, 06 Apr 2015 18:12:27 +0000

Revision: 12947
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12947
Author:   sigurdne
Date:     2015-04-06 18:12:26 +0000 (Mon, 06 Apr 2015)
Log Message:
-----------
controller - cache

Modified Paths:
--------------
    trunk/controller/inc/class.uicomponent.inc.php

Modified: trunk/controller/inc/class.uicomponent.inc.php
===================================================================
--- trunk/controller/inc/class.uicomponent.inc.php      2015-04-06 17:27:05 UTC 
(rev 12946)
+++ trunk/controller/inc/class.uicomponent.inc.php      2015-04-06 18:12:26 UTC 
(rev 12947)
@@ -96,7 +96,7 @@
                        phpgwapi_jquery::load_widget('core');
 
 
-                       $component_type = 
phpgwapi_cache::session_get('controller', 'component_type');
+                       $component_type = 
'';//phpgwapi_cache::session_get('controller', 'component_type');
                        if(!$component_type)
                        {
                                $this->soadmin_entity   = 
CreateObject('property.soadmin_entity');
@@ -120,7 +120,7 @@
                                        }
                                }
                                array_unshift($component_type, array('id' => 
'', 'name' => lang('select value')));
-                               phpgwapi_cache::session_set('controller', 
'component_type', $component_type);
+//                             phpgwapi_cache::session_set('controller', 
'component_type', $component_type);
                        }
 
                        $users = 
$GLOBALS['phpgw']->acl->get_user_list_right(PHPGW_ACL_EDIT, '.control');




reply via email to

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