From 1e90070d36957a27b6ec35c6cb6ab16b674dafb0 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 9 Aug 2009 14:40:01 +0000 Subject: [PATCH] "removed unnecessary loading of prefs on each request" --- phpgwapi/templates/idots/class.idots_framework.inc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/phpgwapi/templates/idots/class.idots_framework.inc.php b/phpgwapi/templates/idots/class.idots_framework.inc.php index 45d0c31e25..46647cffff 100644 --- a/phpgwapi/templates/idots/class.idots_framework.inc.php +++ b/phpgwapi/templates/idots/class.idots_framework.inc.php @@ -214,8 +214,6 @@ class idots_framework extends egw_framework } else { - $GLOBALS['phpgw']->preferences->read_repository(); - $prefs = array(); if ($GLOBALS['egw_info']['user']['preferences']['common'])