mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 19:54:12 +02:00
tiny fixes
git-svn-id: file:///svn/phpbb/trunk@5128 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -11,10 +11,10 @@
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
if (!defined('SQL_LAYER'))
|
||||
if (!defined("SQL_LAYER"))
|
||||
{
|
||||
|
||||
define('SQL_LAYER', 'sqlite');
|
||||
define("SQL_LAYER","sqlite");
|
||||
|
||||
/**
|
||||
* @package dbal_sqlite
|
||||
|
Reference in New Issue
Block a user