From e57d634c3333823a9ca39593af71706f3844a881 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 17 Jun 2006 18:40:07 +0000 Subject: [PATCH] enabling the session cache for sql too --- phpgwapi/inc/class.accounts.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.accounts.inc.php b/phpgwapi/inc/class.accounts.inc.php index ae2344a0ce..770e803c6d 100644 --- a/phpgwapi/inc/class.accounts.inc.php +++ b/phpgwapi/inc/class.accounts.inc.php @@ -84,7 +84,7 @@ class accounts extends accounts_backend * * @var boolean $use_session_cache */ - var $use_session_cache = false; + var $use_session_cache = true; /** * Depricated: Account this class was instanciated for