From db33cb2b81d74a10b9c93ee902da304d149dc8ab Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Tue, 18 Apr 2006 08:55:11 +0000 Subject: [PATCH] Start testing the new proxy code, and turn cache grind on for testing. --- lib/ktentity.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ktentity.inc b/lib/ktentity.inc index 1c04179..76c654d 100644 --- a/lib/ktentity.inc +++ b/lib/ktentity.inc @@ -33,7 +33,7 @@ $_STOPCACHING = array(); require_once(KT_LIB_DIR . '/cache/cache.inc.php'); -DEFINE("EVIL_CACHE_GRIND", false); +DEFINE("EVIL_CACHE_GRIND", true); class KTEntity { var $_bUsePearError = false; @@ -601,7 +601,7 @@ class KTEntityUtil { } function &get($sClassName, $iId) { - /* + /* */ $sProxyClass = KTEntityUtil::_getProxyClass($sClassName); $oObject =& new $sProxyClass($iId); $res = $oObject->getId(); -- libgit2 0.21.4