From c47f91792b3203eb787537a2bb6de6a5f94684be Mon Sep 17 00:00:00 2001 From: spiderr Date: Thu, 13 Dec 2012 16:13:27 -0500 Subject: BitDb mCacheFlag TRUE by default --- BitDbBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BitDbBase.php b/BitDbBase.php index 72d6f10..c6e195c 100644 --- a/BitDbBase.php +++ b/BitDbBase.php @@ -95,7 +95,7 @@ class BitDb { function BitDb() { global $gDebug; $this->mDebug = $gDebug; - $this->mCacheFlag = FALSE; + $this->mCacheFlag = TRUE; $this->mNumQueries = 0; $this->mQueryTime = 0; $this->setFatalActive(); -- cgit v1.3