Skip to content

Commit

Permalink
Add "Experimental" to the name
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Dec 19, 2015
1 parent 0753699 commit 3a8064b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/class/luna_install.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static function determine_database_extensions() {
$db_extensions[] = array('sqlite', 'SQLite 2');

if (class_exists('SQLite3'))
$db_extensions[] = array('sqlite3', 'SQLite 3');
$db_extensions[] = array('sqlite3', 'SQLite 3 Experimental');

if (function_exists('pg_connect'))
$db_extensions[] = array('pgsql', 'PostgreSQL');
Expand Down

0 comments on commit 3a8064b

Please sign in to comment.