diff options
| -rw-r--r-- | BitDbBase.php | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
