mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-02 19:42:54 +02:00
SQLite availabilty must be check by existence of SQLite3 class
git-svn-id: http://piwigo.org/svn/trunk@6092 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -31,7 +31,7 @@ $dblayers['pgsql'] = array('engine' => 'PostgreSQL',
|
||||
);
|
||||
|
||||
$dblayers['sqlite'] = array('engine' => 'SQLite',
|
||||
'function_available' => 'sqlite_open'
|
||||
'class_available' => 'SQLite3'
|
||||
);
|
||||
|
||||
$dblayers['pdo-sqlite'] = array('engine' => 'SQLite',
|
||||
|
||||
Reference in New Issue
Block a user