aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/sqlite.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/db/sqlite.php')
-rw-r--r--phpBB/includes/db/sqlite.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/db/sqlite.php b/phpBB/includes/db/sqlite.php
index f64e22eab1..00d80ac4db 100644
--- a/phpBB/includes/db/sqlite.php
+++ b/phpBB/includes/db/sqlite.php
@@ -11,10 +11,10 @@
/**
* @ignore
*/
-if (!defined('SQL_LAYER'))
+if (!defined("SQL_LAYER"))
{
-define('SQL_LAYER', 'sqlite');
+define("SQL_LAYER","sqlite");
/**
* @package dbal_sqlite