Merge pull request #716 from eMerzh/remove_sqlite2
Remove support of sqlite2
This commit is contained in:
commit
c487d9fc7e
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ if( file_exists( $autosetup_file )) {
|
|||
|
||||
OC_Util::addScript('setup');
|
||||
|
||||
$hasSQLite = (is_callable('sqlite_open') or class_exists('SQLite3'));
|
||||
$hasSQLite = class_exists('SQLite3');
|
||||
$hasMySQL = is_callable('mysql_connect');
|
||||
$hasPostgreSQL = is_callable('pg_connect');
|
||||
$hasOracle = is_callable('oci_connect');
|
||||
|
|
Loading…
Reference in a new issue