diff options
Diffstat (limited to 'phpBB/phpbb/db/driver/oracle.php')
-rw-r--r-- | phpBB/phpbb/db/driver/oracle.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/phpbb/db/driver/oracle.php b/phpBB/phpbb/db/driver/oracle.php index 89e1b68aac..54238a15ef 100644 --- a/phpBB/phpbb/db/driver/oracle.php +++ b/phpBB/phpbb/db/driver/oracle.php @@ -84,8 +84,6 @@ class oracle extends \phpbb\db\driver\driver * but I assume its because the Oracle extension provides a direct method to access it * without a query. */ - - $use_cache = false; /* global $cache; |